-
Notifications
You must be signed in to change notification settings - Fork 79
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
Python: ecoCode plugin with SonarQube, no code-smell detection #64
Comments
Way to reproduce:
|
Hi @matthieumarrast, The best thing to do to check this issue is to create a test project like mentionned here #65 (in progress for java language). |
Hi @matthieumarrast, |
Hi @matthieumarrast, |
ok as soon as the plugin will be released with your PR #77 I'm gonna test it |
Hi @matthieumarrast, |
Hi @matthieumarrast, |
Hi @dedece35 Thank you it's OK now. |
I installed the plugin in my local SonarQube installation (v9.9).
I activated the "eco-conception" rules in my Quality Profile:
This Quality Profile is well "applied" to my project.
But the rules are no detecting code smells on my Python code :
Example in screenshot above for rules:
I also tried, S34 (Avoid using try-catch-finally statement) without "success".
The text was updated successfully, but these errors were encountered: