.rubocop.yml in api_signature-0.1.5 vs .rubocop.yml in api_signature-1.0.0
- old
+ new
@@ -1,7 +1,7 @@
AllCops:
- TargetRubyVersion: 2.4.4
+ TargetRubyVersion: 2.5.5
Exclude:
- "bin/*"
- "Guardfile"
##################### Styles ##################################
@@ -30,16 +30,5 @@
Exclude:
- "**/*_spec.rb"
Metrics/MethodLength:
Max: 15
-
-##################### Rails ##################################
-
-Rails:
- Enabled: true
-
-Rails/SkipsModelValidations:
- Enabled: false
-
-Rails/InverseOf:
- Enabled: false