Skip to content

Commit

Permalink
ci: enable more linters
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Jul 24, 2023
1 parent 53702a1 commit 4e83528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://golangci-lint.run/usage/linters/
linters:
# https://golangci-lint.run/usage/linters/
disable-all: true
enable:
- bodyclose
Expand All @@ -12,6 +12,7 @@ linters:
- goconst
- gocritic
- gocyclo
- godot
- gofmt
- gofumpt
- goimports
Expand All @@ -25,6 +26,7 @@ linters:
- nakedret
- noctx
- nolintlint
- predeclared
- staticcheck
- stylecheck
- typecheck
Expand Down

0 comments on commit 4e83528

Please sign in to comment.