updated to skip vendor

This commit is contained in:
christophe-duc 2026-01-08 19:54:53 -04:00
parent 3f141c5d6b
commit 0212ed056a

View file

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