Skip to content

Commit

Permalink
Temporarily disable golangci-lint validator 'tenv'
Browse files Browse the repository at this point in the history
This is necessary until a fix for golangci/golangci-lint#2982 is released.
It should come with v1.4.8 of golangci-lint.
  • Loading branch information
Ivan De Marino committed Jul 19, 2022
1 parent e1fa701 commit 96bbf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Expand Up @@ -21,7 +21,7 @@ linters:
# - paralleltest # Reference: https://github.com/kunwardeep/paralleltest/issues/14
- predeclared
- staticcheck
- tenv
# - tenv
- unconvert
- unparam
- varcheck
Expand Down

0 comments on commit 96bbf89

Please sign in to comment.