Skip to content

Commit

Permalink
Merge pull request #1203 from kubernetes-sigs/enable-dupl-golint
Browse files Browse the repository at this point in the history
test: enable dupl golint
  • Loading branch information
andyzhangx authored Mar 11, 2023
2 parents 2c63f32 + 64c6c26 commit d0132ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.51
args: -E=gofmt,deadcode,unused,varcheck,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,depguard,dogsled,durationcheck,errname,forbidigo -D=staticcheck --timeout=30m0s
args: -E=gofmt,deadcode,unused,varcheck,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,depguard,dogsled,dupl,durationcheck,errname,forbidigo -D=staticcheck --timeout=30m0s

0 comments on commit d0132ed

Please # to comment.