mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 05:28:09 +08:00
build: fix lint option max-issues-per-linter
This commit is contained in:
parent
91f8894285
commit
67f5f04a77
|
@ -20,7 +20,7 @@ issues:
|
|||
exclude-use-default: false
|
||||
|
||||
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
|
||||
max-per-linter: 0
|
||||
max-issues-per-linter: 0
|
||||
|
||||
# Maximum count of issues with the same text. Set to 0 to disable. Default is 3.
|
||||
max-same-issues: 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user