.rubocop.yml in postman_mta-0.2.1 vs .rubocop.yml in postman_mta-0.2.2
- old
+ new
@@ -1,8 +1,8 @@
AllCops:
+ NewCops: disable
TargetRubyVersion: 2.4
-
Exclude:
- "Guardfile"
- "Rakefile"
- "bin/**/*"
- "spec/dummy/**/*"
@@ -28,11 +28,11 @@
Lint/AmbiguousBlockAssociation:
Enabled: false
##################### Metrics ##################################
-Metrics/LineLength:
+Layout/LineLength:
Max: 110
Metrics/ClassLength:
Max: 200
@@ -43,13 +43,5 @@
Metrics/BlockLength:
Max: 50
Exclude:
- "**/*_spec.rb"
-
-##################### Rails ##################################
-
-Rails:
- Enabled: true
-
-Rails/SkipsModelValidations:
- Enabled: false