Please provide
- Operating system: Ubuntu 22.04.4
- SonarLint plugin version: 10.4.2.78113
- Programming language you’re coding in: Various
- Is connected mode used:
- Connected to SonarCloud or SonarQube (and which version):
And a thorough description of the problem / question:
Is there a way to configure the sonarlint plug-in to exclude generated source?
I’m getting a lot of red-herrings when I run analysis on an android project due to it complaining about issues in generated source.
I tried adding the build directory to the exclude list, but the files are still analyzed.
TIA
David