From f510a4def638b03e9001237e62e5ed2a2bcea2c6 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 17 Aug 2024 18:23:42 +0900 Subject: Test cases for non-default --scheme options --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 80baa491..28d8a340 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,7 +6,7 @@ Lint/ShadowingOuterLocalVariable: Enabled: false Style/MethodCallWithArgsParentheses: Enabled: true - IgnoredMethods: + AllowedMethods: - assert - exit - paste @@ -15,7 +15,7 @@ Style/MethodCallWithArgsParentheses: - refute - require - send_keys - IgnoredPatterns: + AllowedPatterns: - ^assert_ - ^refute_ Style/NumericPredicate: -- cgit v1.2.3