REVERT ME - [ci] Stop autogenerating ruleset from branch differences

This prevents failing rules in pmd 7 to make the
regression tester fail entirely.
This commit is contained in:
Clément Fournier
2021-07-11 15:32:44 +02:00
parent 1289afc409
commit c04a5a36cb

View File

@ -12,7 +12,7 @@ def get_args(base_branch, autogen = TRUE, patch_config = './pmd/.ci/files/all-ja
'--patch-branch', 'HEAD',
'--patch-config', patch_config,
'--mode', 'online',
autogen ? '--auto-gen-config' : '--filter-with-patch-config',
# autogen ? '--auto-gen-config' : '--filter-with-patch-config',
'--keep-reports',
'--error-recovery',
'--baseline-download-url', 'https://pmd-code.org/pmd-regression-tester/',