.rubocop.yml in marble_api_client-1.0.0 vs .rubocop.yml in marble_api_client-1.1.0
- old
+ new
@@ -1,5 +1,9 @@
+AllCops:
+ NewCops: enable
+ TargetRubyVersion: 2.5
+
Metrics/LineLength:
Max: 100
Exclude:
- marble_api_client.gemspec
@@ -12,12 +16,9 @@
- specify
- define
Metrics/MethodLength:
Max: 25
-
-AllCops:
- TargetRubyVersion: 2.3
Metrics/AbcSize:
Max: 16
Metrics/ClassLength: