.rubocop.yml in httpspell-1.3.0 vs .rubocop.yml in httpspell-1.4.0
- old
+ new
@@ -1,30 +1,25 @@
AllCops:
- TargetRubyVersion: 2.5.1
+ NewCops: enable
+ TargetRubyVersion: 3.3
Include:
- '**/Gemfile'
- '**/Rakefile'
- '**/config.ru'
- '**/*.rake'
Exclude:
- vendor/**/*
- db/migrations/**/*
-
DisplayCopNames:
Enabled: true
-
DisplayStyleGuide:
Enabled: true
-
Naming/FileName:
Exclude:
- - Guardfile
-
+ - Guardfile
Metrics/BlockLength:
Exclude:
- spec/**/*
-
-Metrics/LineLength:
+Layout/LineLength:
Max: 160
-
Style/Documentation:
Enabled: false