.rubocop.yml in action_tracker_client-0.1.5 vs .rubocop.yml in action_tracker_client-0.1.6
- old
+ new
@@ -1,8 +1,8 @@
AllCops:
TargetRubyVersion: 2.5.5
-
+ NewCops: disable
Exclude:
- "Guardfile"
- "Rakefile"
- "bin/**/*"
- "spec/dummy/**/*"
@@ -28,10 +28,10 @@
Lint/AmbiguousBlockAssociation:
Enabled: false
##################### Metrics ##################################
-Metrics/LineLength:
+Layout/LineLength:
Max: 110
Metrics/ClassLength:
Max: 200