1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-24 10:07:21 +02:00

add deprecation exclude for cli

This commit is contained in:
Robert Kaussow 2024-11-30 21:04:57 +01:00
parent e79ec9216e
commit 1ce14b22fb
No known key found for this signature in database
GPG Key ID: 4E692A2EAECC03C0

View File

@ -181,6 +181,11 @@ issues:
- path: 'fixtures|cmd/agent/flags.go|cmd/server/flags.go|pipeline/backend/kubernetes/flags.go|_test.go' - path: 'fixtures|cmd/agent/flags.go|cmd/server/flags.go|pipeline/backend/kubernetes/flags.go|_test.go'
linters: linters:
- mnd - mnd
# TODO: remove after migrating to woodpeckergo client
- path: 'cli/'
linters:
- staticcheck
text: 'deprecated'
run: run:
timeout: 15m timeout: 15m