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 CI checks #101

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add qodana CI checks #101

wants to merge 2 commits into from

Conversation

qodana-cloud[bot]
Copy link

@qodana-cloud qodana-cloud bot commented Feb 10, 2025

Adds qodana.yaml and GitHub workflow file that runs Qodana static analysis on each pull request.

Copy link

Qodana Community for Python

131 new problems were found

Inspection name Severity Problems
Unbound local variables 🔶 Warning 22
Incorrect type 🔶 Warning 14
Unnecessary backslash 🔶 Warning 4
Redeclared names without usages 🔶 Warning 1
Statement has no effect 🔶 Warning 1
Unreachable code 🔶 Warning 1
PEP 8 naming convention violation ◽️ Notice 32
Shadowing names from outer scopes ◽️ Notice 16
Accessing a protected member of a class or a module ◽️ Notice 13
Unused local symbols ◽️ Notice 8
Incorrect docstring ◽️ Notice 4
Redundant parentheses ◽️ Notice 4
An instance attribute is defined outside init`` ◽️ Notice 3
Unclear exception clauses ◽️ Notice 2
Method is not declared static ◽️ Notice 2
Single quoted docstring ◽️ Notice 2
Suspicious relative imports ◽️ Notice 1
Redundant boolean variable check ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant