lib/fluent/plugin/.rubocop.yml in fluent-plugin-referer-parser-0.0.1 vs lib/fluent/plugin/.rubocop.yml in fluent-plugin-referer-parser-0.0.2
- old
+ new
@@ -4,6 +4,9 @@
CyclomaticComplexity:
Enabled: false
MethodLength:
CountComments: false # count full line comments?
- Max: 20
+ Max: 50
+
+GlobalVars:
+ Enabled: false