product · inferred from evidence
sonar.exclusions
A property used to define patterns for files to be excluded from SonarQube analysis entirely.
- Using sonar.inclusions and exclusions together in an ADO pipeline
yeah you can use both at the same time, they stack. inclusions decide what gets pulled into the analysis at all, then exclusions trim things out of that set. so you dont need to list every folder one by one. a couple of things that might b