Skip to content

Commit

Permalink
Merge pull request volcano-sh#827 from daixiang0/dupp
Browse files Browse the repository at this point in the history
Lint: fix dupl issue
  • Loading branch information
volcano-sh-bot authored May 25, 2020
2 parents bdd4ebb + 124362d commit a997909
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,14 @@ issues:
linters:
- gomnd
- dupl
# TODO: unknownState is totally same with closingState
- path: pkg/controllers/queue/state/unknown.go
linters:
- dupl
- path: v1beta1
linters:
- golint
- dupl
- deadcode
- path: fake
linters:
Expand Down

0 comments on commit a997909

Please sign in to comment.