1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Update expired linters (#569)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2025-05-08 20:37:42 -07:00
committed by GitHub
parent 440fddfe46
commit f6d00dfcb2

View File

@@ -8,6 +8,7 @@ linters:
- bodyclose - bodyclose
- containedctx - containedctx
- contextcheck - contextcheck
- copyloopvar
- decorder - decorder
# - dupl # - dupl
# - dupword # - dupword
@@ -16,7 +17,6 @@ linters:
- errname - errname
# - errorlint # - errorlint
# - exhaustive # - exhaustive
- exportloopref
# - forcetypeassert # - forcetypeassert
- ginkgolinter - ginkgolinter
- gocheckcompilerdirectives - gocheckcompilerdirectives
@@ -60,7 +60,6 @@ linters:
- sloglint - sloglint
- stylecheck - stylecheck
- tagliatelle - tagliatelle
- tenv
- testableexamples - testableexamples
- testifylint - testifylint
- thelper - thelper
@@ -68,6 +67,7 @@ linters:
# - unconvert # - unconvert
- unparam - unparam
- usestdlibvars - usestdlibvars
- usetesting
- wastedassign - wastedassign
- whitespace - whitespace
- zerologlint - zerologlint