Commit 68b579e

mo khan <mo.khan@gmail.com>
2020-01-28 05:21:47
Update rubocop target version to match version in gemspec tag: v0.1.6
1 parent 3b9a844
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: