Test cases for non-default --scheme options

This commit is contained in:
Junegunn Choi
2024-08-17 18:23:42 +09:00
parent 4ae3069c6f
commit f510a4def6
4 changed files with 16 additions and 9 deletions

View File

@@ -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: