.rubocop.yml in itunes_api-2.4.0 vs .rubocop.yml in itunes_api-2.4.1
- old
+ new
@@ -1,24 +1,16 @@
AllCops:
DisplayCopNames: true
Exclude:
- bin/**/*
- vendor/**/*
- TargetRubyVersion: 2.5.1
+ TargetRubyVersion: 2.7
+Layout/LineLength:
+ Max: 100
+
Metrics/BlockLength:
Exclude:
- '**/*_spec.rb'
Metrics/MethodLength:
Max: 15
-
-Metrics/LineLength:
- Max: 100
-
-Metrics/ModuleLength:
- Exclude:
- - '**/*_spec.rb'
-
-Style/FrozenStringLiteralComment:
- Exclude:
- - '**/*_spec.rb'
\ No newline at end of file