golangci: fix integration tests for images
images also calls this linter but with path-prefix
This commit is contained in:
parent
0361013b66
commit
6093492c33
1 changed files with 1 additions and 1 deletions
|
|
@ -24,5 +24,5 @@ issues:
|
||||||
# Maximum count of issues with the same text. Set to 0 to disable. Default is 3.
|
# Maximum count of issues with the same text. Set to 0 to disable. Default is 3.
|
||||||
max-same-issues: 0
|
max-same-issues: 0
|
||||||
exclude-rules:
|
exclude-rules:
|
||||||
- path: ^cmd/osbuild-worker-executor/.*_test\.go$
|
- path: ^(osbuild-composer/)?cmd/osbuild-worker-executor/.*_test\.go$
|
||||||
linters: ["gosec"]
|
linters: ["gosec"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue