default.yml in ramsey_cop-0.7.3 vs default.yml in ramsey_cop-0.8.0
- old
+ new
@@ -1,5 +1,9 @@
+AllCops:
+ Exclude:
+ - "db/schema.rb"
+
Documentation:
Enabled: false
Layout/AccessModifierIndentation:
EnforcedStyle: outdent
@@ -11,10 +15,11 @@
Metrics/BlockLength:
Exclude:
- spec/**/*
- test/**/*
+ - "*.gemspec"
Metrics/BlockNesting:
Exclude:
- spec/**/*
- test/**/*
@@ -59,13 +64,9 @@
'%r': '{}'
'%s': ()
'%w': ()
'%W': ()
'%x': ()
-
-Style/RegexpLiteral:
- EnforcedStyle: mixed
- AllowInnerSlashes: true
Style/StringLiterals:
EnforcedStyle: double_quotes
Enabled: true