m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

Split integration test file (#4205)

This commit is contained in:
Junegunn Choi
2025-01-25 19:57:40 +09:00
committed by GitHub
parent 04017c25bb
commit 0237bf09bf
19 changed files with 4622 additions and 4519 deletions

View File

@@ -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