Skip to content

Commit 1b28df6

Browse files
committed
Updated lint file
1 parent 7f8113d commit 1b28df6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

support/lint_last_known_acceptable.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ internal/gitlabnet/client.go:27:1: exported: exported function ParseJSON should
230230
internal/gitlabnet/client.go:35:1: exported: exported function ParseIP should have comment or be unexported (revive)
231231
internal/gitlabnet/healthcheck/client_test.go:19:41: unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
232232
internal/gitlabnet/lfstransfer/client.go:137: internal/gitlabnet/lfstransfer/client.go:137: Line contains TODO/BUG/FIXME/NOTE/OPTIMIZE/HACK: "FIXME: This causes tests to fail" (godox)
233-
internal/gitlabnet/personalaccesstoken/client_test.go:30:5: go-require: do not use require in http handlers (testifylint)
234233
internal/sshd/server_config_test.go:5:2: SA1019: "crypto/dsa" has been deprecated since Go 1.16 because it shouldn't be used: DSA is a legacy algorithm, and modern alternatives such as Ed25519 (implemented by package crypto/ed25519) should be used instead. Keys with 1024-bit moduli (L1024N160 parameters) are cryptographically weak, while bigger keys are not widely supported. Note that FIPS 186-5 no longer approves DSA for signature generation. (staticcheck)
235234
internal/sshd/sshd.go:268:6: func `extractDataFromContext` is unused (unused)
236235
internal/testhelper/requesthandlers/requesthandlers.go:25:5: go-require: do not use require in http handlers (testifylint)

0 commit comments

Comments
 (0)