Skip to content

Commit

Permalink
update controller tools
Browse files Browse the repository at this point in the history
Signed-off-by: dongjiang <[email protected]>
  • Loading branch information
dongjiang1989 committed Jan 22, 2025
1 parent 916620a commit 9310da1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # tag=v6.2.0
with:
version: v1.61.0
version: v1.63.4
args: --out-format=colored-line-number
working-directory: ${{matrix.working-directory}}
13 changes: 13 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ run:
# while if uncached!
timeout: 10m

linters:
enable:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- unused
- testifylint
- iface
- exptostd
- nilnesserr

issues:
exclude-rules:
# Dot imports for gomega and ginkgo are allowed
Expand Down

0 comments on commit 9310da1

Please sign in to comment.