Skip to content

Commit

Permalink
Add the new testfile to golangci exclusions
Browse files Browse the repository at this point in the history
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Aug 4, 2021
1 parent 863a075 commit 5d89977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ issues:
- path: scale_resolvers_test.go
linters:
- staticcheck
- path: kubernetes_workload_scaler_test.go
linters:
- staticcheck
# https://github.com/go-critic/go-critic/issues/926
- linters:
- gocritic
Expand Down

0 comments on commit 5d89977

Please sign in to comment.