Skip to content

Commit

Permalink
ci: remove deprecated linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Planxnx committed May 14, 2024
1 parent 9d37aeb commit 025e343
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,17 @@ linters: # https://golangci-lint.run/usage/linters/
- usestdlibvars # style - detect the possibility to use variables/constants from the Go standard library
- whitespace # style - detection of leading and trailing whitespace
- wrapcheck # style, error - Checks that errors returned from external packages are wrapped, we should wrap the error from external library
- nosnakecase # style - detects snake case of variable naming and function name.

linters-settings:
misspell:
locale: US
ignore-words: []
gomnd:
ignored-functions: []
ignored-files: []
gocritic:
enabled-tags:
- diagnostic
- style
- performance
- opinionated
isabled-tags:
- experimental
gosec:
excludes:
- G404 # Insecure random number source (rand)

0 comments on commit 025e343

Please sign in to comment.