mirror of
https://github.com/junegunn/fzf
synced 2024-11-10 13:10:44 +00:00
31 lines
538 B
YAML
31 lines
538 B
YAML
Layout/LineLength:
|
|
Enabled: false
|
|
Metrics:
|
|
Enabled: false
|
|
Lint/ShadowingOuterLocalVariable:
|
|
Enabled: false
|
|
Style/MethodCallWithArgsParentheses:
|
|
Enabled: true
|
|
IgnoredMethods:
|
|
- assert
|
|
- exit
|
|
- paste
|
|
- puts
|
|
- raise
|
|
- refute
|
|
- require
|
|
- send_keys
|
|
IgnoredPatterns:
|
|
- ^assert_
|
|
- ^refute_
|
|
Style/NumericPredicate:
|
|
Enabled: false
|
|
Style/StringConcatenation:
|
|
Enabled: false
|
|
Style/OptionalBooleanParameter:
|
|
Enabled: false
|
|
Style/WordArray:
|
|
MinSize: 1
|
|
Minitest/AssertEqual:
|
|
Enabled: false
|