We want to exclude generated Code from all Rules concerning Maintanability in Sonarqube.
Currently you can restrict the analysis-scope by rule-id or rule name (or part of it)
It would be amazing, if it was possible to add a restriction like:
Rule key pattern: java:*Maintainability*
File path pattern: **/generated/**
best regards
Marc Stockhammer