mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-11 16:15:46 +00:00
25 lines
406 B
YAML
25 lines
406 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/WordArray:
|
||
|
MinSize: 1
|