Commit 68b579e
Changed files (1)
.rubocop.yml
@@ -5,7 +5,7 @@ AllCops:
Exclude:
- 'pkg/**/*'
- 'spec/fixtures/**/*'
- TargetRubyVersion: 2.6
+ TargetRubyVersion: 2.5
Layout/ArgumentAlignment:
EnforcedStyle: with_fixed_indentation
@@ -39,7 +39,7 @@ Metrics/ModuleLength:
Exclude:
- 'spec/**/*.rb'
-Metrics/LineLength:
+Layout/LineLength:
Exclude:
- 'spec/**/*.rb'
IgnoredPatterns: