default.yml in ramsey_cop-0.18.0 vs default.yml in ramsey_cop-0.19.0
- old
+ new
@@ -14,9 +14,15 @@
Exclude:
- config/routes.rb
- config/routes/*
- db/migrate/*
+Lint/RaiseException:
+ Enabled: true
+
+Lint/StructNewOverride:
+ Enabled: true
+
Metrics/AbcSize:
Exclude:
- spec/**/*
- test/**/*