diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-02 02:48:04 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-02 02:48:04 +0900 |
| commit | b7795a3deaa4339cebddd267fe68b39aff5380cc (patch) | |
| tree | a26ed7b1a725ceb6cada29bf5e83cd8d33398f34 /.rubocop.yml | |
| parent | 323f6f6202f580146a46ee4217581c5cf4078821 (diff) | |
| download | fzf-b7795a3deaa4339cebddd267fe68b39aff5380cc.tar.gz | |
Fix RuboCop errors
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 920c1e5c..bc20731e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,8 @@ Metrics: Enabled: false Lint/ShadowingOuterLocalVariable: Enabled: false +Lint/NestedMethodDefinition: + Enabled: false Style/MethodCallWithArgsParentheses: Enabled: true AllowedMethods: |
