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:
parent
e79ec9216e
commit
1ce14b22fb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user