Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
filipdjokic committed Apr 9, 2024
1 parent ee6ef61 commit a9b44da
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/linters/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,32 @@ run:
timeout: 5m

linters:
disable-all: true
enable:
- bodyclose
- depguard
- deadcode
- dogsled
- errcheck
- exportloopref
- goconst
- gocritic
- gofumpt
- gofmt
- goimports
- golint
- gosec
- gosimple
- govet
- ineffassign
- maligned
- misspell
- nakedret
- nestif
- nolintlint
- scopelint
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unused
- unparam
- misspell
- nolintlint

issues:
exclude-rules:
Expand Down

0 comments on commit a9b44da

Please sign in to comment.