Currently SonarAnalyzer will skip producing warnings for unchanged files. This is IMO fundamentally incorrect; changes to one file could introduce warnings in other unchanged files. Therefore I want to disable the “Skip unchanged files mechanism”. The documentation shows how to do this for Java, but how can I do this for SonarAnalyzer?
As an added benefit I’ll get to use BuildQualityChecks to enforce the total number of warnings to go down.
(I’ve also cross-posted this to the GitHub repository.)