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

Update to latest sonar-python that runs under this infrastructure #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jlopex
Copy link

@jlopex jlopex commented Sep 9, 2020

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.

Trying to address some false positives that were solved on 1.9+.

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.
@GerardSoleCa
Copy link

GerardSoleCa commented Sep 21, 2020

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!

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.

2 participants