Issue in file scope excluded still showing. Counted also in number of lines

Hi @crazyhouse33,

I’m investigating if this is indeed a bug, or if there is some way to configure this exclusion correctly using the UI.

For the time being, a workaround is to configure exclusions in a .sonarcloud.properties file like this, committed in the project root:

sonar.exclusions = **/autopep8.py

To exclude multiple patterns, separate them by commas.

I’ll come back to this thread when my investigation is concluded with a better solution or a bug ticket to track.