summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-08-17 18:23:42 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-08-29 17:08:23 +0900
commitf510a4def638b03e9001237e62e5ed2a2bcea2c6 (patch)
tree59a388ba2cdc72a33ce0b0270d82247d99a9a273 /.rubocop.yml
parent4ae3069c6fc3e3f2427557bf4813867a621c79ad (diff)
downloadfzf-f510a4def638b03e9001237e62e5ed2a2bcea2c6.tar.gz
Test cases for non-default --scheme options
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 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: