Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from strvcom/chore/SGO-116-update-lint-cfg
Browse files Browse the repository at this point in the history
chore: update golangci-lint configuration
  • Loading branch information
Tomáš Kocman authored Jan 9, 2023
2 parents 83b3c8e + 8751b5a commit 22b6050
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,16 @@ linters:
# https://golangci-lint.run/usage/linters/#enabled-by-default-linters
enable:
# default linters
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
# extra linters
- bidichk
- bodyclose
- contextcheck
- cyclop
- durationcheck
- errname
- errorlint
Expand All @@ -33,7 +28,6 @@ linters:
- gosec
- misspell
- nilerr
- nilnil
- revive
- prealloc
- stylecheck
Expand Down

0 comments on commit 22b6050

Please sign in to comment.