christianhelle / autofaker

Python library designed to minimize the setup/arrange phase of your unit tests
MIT License
6 stars 3 forks source link

Add Qodana GitHub Actions workflow #15

Closed christianhelle closed 11 months ago

christianhelle commented 11 months ago

Added a new file qodana.yml to the .github/workflows directory that contains a new GitHub Actions workflow for Qodana. This was done to automate code quality checks and apply fixes for every push event to the main branch as well as on pull requests. The Qodana scan runs on Ubuntu latest and enables auto-fixing of detected issues.

github-actions[bot] commented 11 months ago

Qodana Community for Python

20 new problems were found

Inspection name Severity Problems
Class has noinitmethod ◽️ Notice 16
Unused local symbols ◽️ Notice 2
PEP 8 naming convention violation ◽️ Notice 1
Accessing a protected member of a class or a module ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions
sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information