diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2023-01-12 23:37:23 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2023-01-12 23:37:23 +0900 |
| commit | 77874b473c90960c7d057117c241d74ce721b0a2 (patch) | |
| tree | e5ccbdca397fc9c06fcf180ea375c7eaa1386a48 /.rubocop.yml | |
| parent | b7cce7be158526ece2cd6251da80804b7f853f43 (diff) | |
| download | fzf-77874b473c90960c7d057117c241d74ce721b0a2.tar.gz | |
Update Rubocop dependencies
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 d4260019..80baa491 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -28,3 +28,5 @@ Style/WordArray: MinSize: 1 Minitest/AssertEqual: Enabled: false +Naming/VariableNumber: + Enabled: false |
