.rubocop.yml in firebug-0.1.1 vs .rubocop.yml in firebug-0.1.2
- old
+ new
@@ -11,9 +11,12 @@
Enabled: false
Style/Documentation:
Enabled: false
+Metrics/AbcSize:
+ Max: 18
+
Metrics/LineLength:
# Commonly used screens these days easily fit more than 80 characters.
Max: 120
Exclude:
- 'spec/**/*'