diff options
| -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: |
