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 #2

Merged
merged 2 commits into from
Feb 7, 2025
Merged

Add qodana CI checks #2

merged 2 commits into from
Feb 7, 2025

Conversation

qodana-cloud[bot]
Copy link

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

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

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cpp-linter Review

No concerns from clang-format.

Great job! 🎉

Have any feedback or feature suggestions? Share it here.

@DonghakPark DonghakPark merged commit 27b9a8e into main Feb 7, 2025
15 of 17 checks passed
Copy link

github-actions bot commented Feb 7, 2025

Qodana Community for Python

389 new problems were found

Inspection name Severity Problems
Prohibited trailing semicolon in a statement 🔶 Warning 12
Attempt to call a non-callable object 🔶 Warning 10
Unbound local variables 🔶 Warning 10
Redeclared names without usages 🔶 Warning 9
The default argument is mutable 🔶 Warning 8
Incorrect type 🔶 Warning 3
Redundant character escape 🔶 Warning 3
Method signature does not match signature of overridden method 🔶 Warning 2
Incorrect call arguments 🔶 Warning 1
Shadowing names from outer scopes ◽️ Notice 104
PEP 8 naming convention violation ◽️ Notice 99
Unused local symbols ◽️ Notice 50
Redundant parentheses ◽️ Notice 32
Shadowing built-in names ◽️ Notice 11
Accessing a protected member of a class or a module ◽️ Notice 7
Redundant boolean variable check ◽️ Notice 7
An instance attribute is defined outside init`` ◽️ Notice 4
Using equality operators to compare with None ◽️ Notice 4
Method is not declared static ◽️ Notice 4
Improper first parameter ◽️ Notice 4
Unclear exception clauses ◽️ Notice 3
Single quoted docstring ◽️ Notice 2

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@DonghakPark DonghakPark deleted the qodana-automation-1030714936 branch February 12, 2025 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants