diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2022-11-01 13:59:17 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2022-11-01 13:59:17 +0900 |
| commit | 2c6a73546ddefe7c1c1c01e4282e1df06bfe82e8 (patch) | |
| tree | 6482259a5bff000deac803946d59ac17548d06f9 /.rubocop.yml | |
| parent | a29944660e36f867a7d4d131d3bafd690b9d4e25 (diff) | |
| download | fzf-2c6a73546ddefe7c1c1c01e4282e1df06bfe82e8.tar.gz | |
Fix rubocop check
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 c131debb..d4260019 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -26,3 +26,5 @@ Style/OptionalBooleanParameter: Enabled: false Style/WordArray: MinSize: 1 +Minitest/AssertEqual: + Enabled: false |
