Skip to content

Commit

Permalink
enable gofmt, goimports, ineffassign, unused, and gosimple
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagatparwinder committed Oct 5, 2024
1 parent 7999883 commit 98ea728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ linters:
- goimports
- ineffassign
- unused
- godox
- gosec
- govet
# - godox
# - gosec
# - govet
- gosimple
issues:
exclude-rules:
Expand Down

0 comments on commit 98ea728

Please sign in to comment.