diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-27 22:21:47 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-27 22:21:47 -0700 |
| commit | 68b579ed0d5c34d8424897717d7fff17ab73aac7 (patch) | |
| tree | 5edfd8ea0eb93f2b31335ba4649f49be8a0e7b85 | |
| parent | 3b9a844ff2ec7acc82d1659a65bd6a6bbdfaf256 (diff) | |
Update rubocop target version to match version in gemspecv0.1.6
| -rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 77d17ed..79f12e9 100644 --- a/.rubocop.yml +++ b/.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: |
