Remove deprecated .golangci.yaml options

This commit is contained in:
Joshua Casey
2024-05-10 09:05:17 -05:00
parent 81f3acfa38
commit 47de5118f2

View File

@@ -1,8 +1,6 @@
# https://github.com/golangci/golangci-lint#config-file
# https://golangci-lint.run/usage/configuration/
run:
deadline: 1m
skip-dirs:
- generated
timeout: 1m
linters:
disable-all: true
@@ -52,6 +50,8 @@ linters:
- spancheck
issues:
exclude-dirs:
- generated
exclude-rules:
# exclude tests from some rules for things that are useful in a testing context.
- path: _test\.go