From e43d2ba1d0e7dc9f5d21d69b7a1d454450d09353 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Sun, 24 May 2020 17:32:50 +0200 Subject: Update RuboCop configuration --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.rubocop.yml') 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: -- cgit v1.2.1