diff options
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 5e336fb..14767fc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,7 @@ +plugins: + - rubocop-minitest + - rubocop-rake + AllCops: Exclude: - 'coverage/**/*' @@ -6,7 +10,7 @@ AllCops: - 'tmp/**/*' - 'vendor/**/*' NewCops: enable - TargetRubyVersion: 3.2 + TargetRubyVersion: 4.0 Gemspec/DevelopmentDependencies: EnforcedStyle: gemspec |
