diff options
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 90500a1..1daf778 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -5,6 +5,7 @@ AllCops: - 'test/**/*' - 'tmp/**/*' - 'vendor/**/*' + NewCops: enable TargetRubyVersion: 2.5 Layout/ParameterAlignment: |
