From 3213f3da866a3a3609a4748d2d19bda3b2dc37ba Mon Sep 17 00:00:00 2001 From: "manabu.oshiro" Date: Thu, 14 Nov 2019 14:22:22 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=8D=E3=83=BC=E3=83=A0=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=81=9F=E8=A8=AD=E5=AE=9A=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 66133b1..b3520a2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -163,7 +163,7 @@ Layout/TrailingWhitespace: Enabled: true # Use quotes for string literals when they are enough. -Style/UnneededPercentQ: +Style/RedundantPercentQ: Enabled: true Lint/AmbiguousOperator: