robstoll
10/11/2018, 12:13 PMexclude-rule-sets:
exclude-rules:
- 'StringLiteralDuplication'
Then the default applies for exclude-rule-sets
which is uggly because I did not want the default (same applies when I remove all exclude-rules and only add exclude-rule-sets)
The workaround I use is:
exclude-rule-sets:
- 'ignoreDefaultBehaviour'
Is there another way to achieve this?mauin
10/11/2018, 12:14 PMcomments
ruleset is disabled/excluded?robstoll
10/11/2018, 12:17 PMmauin
10/11/2018, 12:18 PMrobstoll
10/11/2018, 12:18 PMmauin
10/11/2018, 12:25 PMmauin
10/11/2018, 12:57 PMrobstoll
10/11/2018, 1:20 PM