Skip to content

Commit

Permalink
skip vendor in .golangci
Browse files Browse the repository at this point in the history
Signed-off-by: Nir Rozenbaum <[email protected]>
  • Loading branch information
nirrozenbaum committed Nov 17, 2021
1 parent 3ceb1ef commit acfdf68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/simulation-cleaner/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ linters-settings:
gomoddirectives:
replace-allow-list:
- k8s.io/client-go # Kuberentes client specific issue. See https://maelvls.dev/client-go-transitive-hell/.

run:
skip-dirs:
- vendor

0 comments on commit acfdf68

Please sign in to comment.