diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-25 19:57:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-25 19:57:40 +0900 |
| commit | 0237bf09bf1fe70d94727b040ac39110f56b497f (patch) | |
| tree | d32061f165f8bd0ba39ef3123623e16be2afe8a1 /.rubocop.yml | |
| parent | 04017c25bb719c31bb18d43b4bcb96c4736f8d91 (diff) | |
| download | fzf-0237bf09bf1fe70d94727b040ac39110f56b497f.tar.gz | |
Split integration test file (#4205)
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 28d8a340..920c1e5c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,5 @@ +AllCops: + NewCops: enable Layout/LineLength: Enabled: false Metrics: @@ -28,5 +30,11 @@ Style/WordArray: MinSize: 1 Minitest/AssertEqual: Enabled: false +Minitest/EmptyLineBeforeAssertionMethods: + Enabled: false Naming/VariableNumber: Enabled: false +Lint/EmptyBlock: + Enabled: false +Style/SafeNavigationChainLength: + Enabled: false |
