summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@auctionet.com>2020-05-24 17:32:50 +0200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-05-25 19:30:28 +1200
commite43d2ba1d0e7dc9f5d21d69b7a1d454450d09353 (patch)
treee81fbe83dfe4605f1ea080818d3769865428498a /.rubocop.yml
parentb95cb72463bac5a087294c7ecf94674db7aa41fe (diff)
downloadrack-e43d2ba1d0e7dc9f5d21d69b7a1d454450d09353.tar.gz
Update RuboCop configuration
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ca986767..e759a279 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,5 +1,5 @@
AllCops:
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.4
DisabledByDefault: true
Exclude:
- '**/vendor/**/*'
@@ -50,7 +50,7 @@ Layout/SpaceBeforeFirstArg:
Layout/SpaceInsideHashLiteralBraces:
Enabled: true
-Layout/Tab:
+Layout/IndentationStyle:
Enabled: true
Layout/TrailingWhitespace: