Skip to content

Commit

Permalink
ci: cleanup .golangci.yml by removing deprecated linters
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Redko <[email protected]>
  • Loading branch information
alexandear committed Nov 29, 2024
1 parent 122a340 commit 90780a4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ linters:
- errcheck
- errorlint
# - exhaustive
# - exhaustivestruct
# - exportloopref
# - funlen
- forbidigo
Expand All @@ -52,24 +51,18 @@ linters:
# - gocyclo
- godot
# - godox
# - goerr113
- gofumpt
# - goheader
# - golint
# - gomnd
# - gomodguard
# - goprintffuncname
# - gosec (gas)
# - gosec
- gosimple
# - interfacer
# - lll
# - maligned
# - nestif
# - nlreturn
- noctx
- nolintlint
# - rowserrcheck
# - scopelint
# - sqlclosecheck
- staticcheck
# - stylecheck
Expand Down

0 comments on commit 90780a4

Please sign in to comment.