Skip to content

Commit

Permalink
re-enable more linters
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradStaniec committed Dec 9, 2024
1 parent e801c9d commit a1bee68
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
run:
timeout: 5m
# TODO: enable linter
# TODO: enable all linters
linters:
disable-all: true
enable:
# - asasalint
# - asciicheck
# - bidichk
- asasalint
- asciicheck
- bidichk
# - bodyclose
# - containedctx
# - contextcheck
Expand All @@ -20,13 +20,13 @@ linters:
# - exhaustive
# - forbidigo
# - forcetypeassert
# - goconst
- goconst
# - gocritic
# - gocyclo
# - goheader
# - gomodguard
# - goprintffuncname
# - gosimple
- goprintffuncname
- gosimple
- govet
# - grouper
# - importas
Expand All @@ -45,19 +45,19 @@ linters:
# - revive
# - rowserrcheck
# - sqlclosecheck
# - staticcheck
- staticcheck
# - stylecheck
# - tenv
# - testableexamples
# - tparallel
# - typecheck
- typecheck
# - unconvert
# - unparam
# - usestdlibvars
# - unused
- unused
# - wastedassign
- whitespace
# - wrapcheck #
# - wrapcheck

issues:
max-same-issues: 0
Expand Down

0 comments on commit a1bee68

Please sign in to comment.