golangci-lint: rm go1.18 linter readiness comments
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7951b4d85a
commit
99fa75d2d4
@ -36,9 +36,9 @@ linters:
|
|||||||
# - prealloc # disable for now as it might be premature optimisation
|
# - prealloc # disable for now as it might be premature optimisation
|
||||||
- revive
|
- revive
|
||||||
- unconvert
|
- unconvert
|
||||||
- unparam # not ready for go1.18 yet
|
- unparam
|
||||||
- varcheck
|
- varcheck
|
||||||
- wastedassign # not ready for go1.18 yet
|
- wastedassign
|
||||||
- whitespace
|
- whitespace
|
||||||
- wsl
|
- wsl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user