mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
updated to skip vendor
This commit is contained in:
parent
3f141c5d6b
commit
0212ed056a
1 changed files with 6 additions and 4 deletions
|
|
@ -11,7 +11,6 @@ linters:
|
|||
- exhaustive
|
||||
- makezero
|
||||
- nakedret
|
||||
# - goconst # TODO: enable and fix issues
|
||||
fast: false
|
||||
|
||||
linters-settings:
|
||||
|
|
@ -19,9 +18,12 @@ linters-settings:
|
|||
default-signifies-exhaustive: true
|
||||
|
||||
nakedret:
|
||||
# the gods will judge me but I just don't like naked returns at all
|
||||
max-func-lines: 0
|
||||
|
||||
run:
|
||||
go: '1.24'
|
||||
timeout: 10m
|
||||
timeout: 15m
|
||||
skip-dirs-use-default: true
|
||||
|
||||
issues:
|
||||
exclude-dirs:
|
||||
- vendor
|
||||
Loading…
Add table
Reference in a new issue