28 lines
510 B
TOML
28 lines
510 B
TOML
|
[run]
|
||
|
concurrency = 4
|
||
|
timeout = "1m"
|
||
|
issues-exit-code = 0
|
||
|
modules-download-mode = "readonly"
|
||
|
allow-parallel-runners = true
|
||
|
skip-dirs = ["internal/repotools"]
|
||
|
skip-dirs-use-default = true
|
||
|
|
||
|
[output]
|
||
|
format = "github-actions"
|
||
|
|
||
|
[linters-settings.cyclop]
|
||
|
skip-tests = false
|
||
|
|
||
|
[linters-settings.errcheck]
|
||
|
check-blank = true
|
||
|
|
||
|
[linters]
|
||
|
disable-all = true
|
||
|
enable = ["errcheck"]
|
||
|
fast = false
|
||
|
|
||
|
[issues]
|
||
|
exclude-use-default = false
|
||
|
|
||
|
# Refer config definitions at https://golangci-lint.run/usage/configuration/#config-file
|