.rubocop.yml in pmdtester-1.1.2 vs .rubocop.yml in pmdtester-1.2.0
- old
+ new
@@ -25,5 +25,8 @@
- '**/*'
Metrics/BlockLength:
Exclude:
- 'lib/pmdtester/parsers/options.rb'
+
+Metrics/ModuleLength:
+ CountAsOne: ['array', 'hash']
- old
+ new