diff options
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 555eea7..e547be9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,7 @@ AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 3.0 + + NewCops: enable DisplayCopNames: true DisplayStyleGuide: false |
