- Notifications
You must be signed in to change notification settings - Fork6
Update to latest sonar-python that runs under this infrastructure#5
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Trying to address some false positives that were solved on 1.9+.Tried to upgrade to newer version on sonar-python but anythingbehind 1.9.1.2080 does fail with a java.lang.NoClassDefFoundError,probably some changes are required at infrastructure level.
GerardSoleCa commentedSep 21, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hi, I'm also interested in this feature. We are using codeclimate and receiving some false positives due to the new string interpolation and variables not detected being used. I'm not sure if@filipesperandio or@wfleming are still active commiters, but could you please take a look into it, we would greatly appreciate. Thanks! |
Trying to address some false positives that were solved on 1.9+ using
new string interpolation format for python 3.6+
I also tried to upgrade to newer version on sonar-python but anything
behind 1.9.1.2080 does fail with a java.lang.NoClassDefFoundError,
probably some changes are required at infrastructure level.