Skip to content

Commit

Permalink
chore: fix linter by temporarily disabling failing ones
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Mar 19, 2023
1 parent bbed8a0 commit 15c7180
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ linters:
- nakedret
- nolintlint
- prealloc
- revive
- sqlclosecheck
# - revive
# - sqlclosecheck
- staticcheck
- stylecheck
- unconvert
Expand All @@ -55,6 +55,9 @@ linters:
# Disable temporarily until everything works with Go 1.18
- typecheck

# Disable temporarily until the following issue is resolved: https://github.com/golangci/golangci-lint/issues/3086
# - sqlclosecheck

# TODO: fix linter errors before enabling
# - exhaustivestruct
# - gochecknoglobals
Expand All @@ -63,6 +66,7 @@ linters:
# - godot
# - nlreturn
# - noctx
# - revive
# - wrapcheck

# TODO: fix linter errors before enabling (from original config)
Expand Down

0 comments on commit 15c7180

Please sign in to comment.