Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Qodana GitHub Actions workflow #15

Merged
merged 2 commits into from
Oct 29, 2023
Merged

Add Qodana GitHub Actions workflow #15

merged 2 commits into from
Oct 29, 2023

Conversation

christianhelle
Copy link
Owner

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.

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.
@christianhelle christianhelle added the enhancement New feature or request label Oct 29, 2023
@christianhelle christianhelle self-assigned this Oct 29, 2023
@github-actions
Copy link

github-actions bot commented Oct 29, 2023

Qodana Community for Python

20 new problems were found

Inspection name Severity Problems
Class has no init method ◽️ 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 [email protected]

@sonarqubecloud
Copy link

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

@christianhelle christianhelle merged commit f06c425 into main Oct 29, 2023
@christianhelle christianhelle deleted the qodana branch October 29, 2023 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant