From 1fe8e1b5fe4de45ba902f30e188756427dc3372d Mon Sep 17 00:00:00 2001 From: Takuma Ishikawa Date: Thu, 30 Apr 2020 23:09:40 +0900 Subject: [PATCH] change Layout/Tab to Layout/IndentationStyle for Rubocop 0.82 IndentationStyle --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 6bab38a..39a44e9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -18,8 +18,8 @@ AllCops: ######################## # [MUST] Use two spaces for 1-level of indent. Do not use the horizontal tab character. -Layout/Tab: - Enabled: true +Layout/IndentationStyle: + EnforcedStyle: spaces Layout/IndentationWidth: Enabled: true Layout/IndentationConsistency: