Example commit: https://github.com/checkstyle/checkstyle/commit/2a5654734a64c5459819c5ced97bdacd0285ccc7 Lots of no-inspection comments were added, only a few actual code changes but regression was still run on all modules in commit. Generated configuration: ```` <module name="TreeWalker"> <module name="IndentationCheck"/> <module name="CyclomaticComplexityCheck"/> </module> <module name="UniquePropertiesCheck"/> ```` Only `CyclomaticComplexityCheck` had actual code changes and needs regression.