.rubocop.yml in fluent-plugin-referer-parser-0.1.0 vs .rubocop.yml in fluent-plugin-referer-parser-0.1.1
- old
+ new
@@ -17,7 +17,8 @@
ClassLength:
CountComments: false
Max: 100
-GlobalVars:
- AllowedVariables: [$log]
+Metrics/AbcSize:
+ Enabled: true
+ Max: 20