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 - exhaustive
- makezero - makezero
- nakedret - nakedret
# - goconst # TODO: enable and fix issues
fast: false fast: false
linters-settings: linters-settings:
@ -19,9 +18,12 @@ linters-settings:
default-signifies-exhaustive: true default-signifies-exhaustive: true
nakedret: nakedret:
# the gods will judge me but I just don't like naked returns at all
max-func-lines: 0 max-func-lines: 0
run: run:
go: '1.24' timeout: 15m
timeout: 10m skip-dirs-use-default: true
issues:
exclude-dirs:
- vendor