Skip to content

Commit bd1842f

Browse files
committed
Update acceptable linter errors
1 parent b99c318 commit bd1842f

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

support/lint_last_known_acceptable.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@ internal/command/discover/discover.go:23:15: ST1005: error strings should not be
131131
internal/command/discover/discover.go:29:14: Error return value of `fmt.Fprintf` is not checked (errcheck)
132132
internal/command/discover/discover.go:32:14: Error return value of `fmt.Fprintf` is not checked (errcheck)
133133
internal/command/discover/discover.go:35:20: context-keys-type: should not use basic type string as key in context.WithValue (revive)
134-
internal/command/gitauditevent/audit.go:1:1: package-comments: should have a package comment (revive)
135-
internal/command/gitauditevent/audit_test.go:33:5: go-require: do not use require in http handlers (testifylint)
136-
internal/command/gitauditevent/audit_test.go:37:5: go-require: do not use require in http handlers (testifylint)
137-
internal/command/gitauditevent/audit_test.go:38:5: go-require: do not use require in http handlers (testifylint)
138-
internal/command/gitauditevent/audit_test.go:39:5: go-require: do not use require in http handlers (testifylint)
139134
internal/command/githttp/pull.go:1:1: package-comments: should have a package comment (revive)
140135
internal/command/githttp/pull.go:20:5: var-naming: var uploadPackHttpPrefix should be uploadPackHTTPPrefix (revive)
141136
internal/command/githttp/pull.go:22:6: exported: exported type PullCommand should have comment or be unexported (revive)
@@ -365,20 +360,6 @@ internal/gitlabnet/git/client_test.go:204:5: go-require: do not use require in h
365360
internal/gitlabnet/git/client_test.go:213:5: go-require: do not use require in http handlers (testifylint)
366361
internal/gitlabnet/git/client_test.go:214:5: go-require: do not use require in http handlers (testifylint)
367362
internal/gitlabnet/git/client_test.go:217:5: go-require: do not use require in http handlers (testifylint)
368-
internal/gitlabnet/gitauditevent/client.go:1:1: package-comments: should have a package comment (revive)
369-
internal/gitlabnet/gitauditevent/client.go:16:6: exported: exported type Client should have comment or be unexported (revive)
370-
internal/gitlabnet/gitauditevent/client.go:21:1: exported: exported function NewClient should have comment or be unexported (revive)
371-
internal/gitlabnet/gitauditevent/client.go:30:6: exported: exported type Request should have comment or be unexported (revive)
372-
internal/gitlabnet/gitauditevent/client.go:38:1: exported: exported method Client.Audit should have comment or be unexported (revive)
373-
internal/gitlabnet/gitauditevent/client.go:51:27: Error return value of `response.Body.Close` is not checked (errcheck)
374-
internal/gitlabnet/gitauditevent/client_test.go:51:5: go-require: do not use require in http handlers (testifylint)
375-
internal/gitlabnet/gitauditevent/client_test.go:55:5: go-require: do not use require in http handlers (testifylint)
376-
internal/gitlabnet/gitauditevent/client_test.go:56:5: go-require: do not use require in http handlers (testifylint)
377-
internal/gitlabnet/gitauditevent/client_test.go:57:5: go-require: do not use require in http handlers (testifylint)
378-
internal/gitlabnet/gitauditevent/client_test.go:58:5: go-require: do not use require in http handlers (testifylint)
379-
internal/gitlabnet/gitauditevent/client_test.go:59:5: go-require: do not use require in http handlers (testifylint)
380-
internal/gitlabnet/gitauditevent/client_test.go:60:5: go-require: do not use require in http handlers (testifylint)
381-
internal/gitlabnet/gitauditevent/client_test.go:61:5: go-require: do not use require in http handlers (testifylint)
382363
internal/gitlabnet/healthcheck/client_test.go:19:41: unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
383364
internal/gitlabnet/lfsauthenticate/client_test.go:29:5: go-require: do not use require in http handlers (testifylint)
384365
internal/gitlabnet/lfsauthenticate/client_test.go:32:5: go-require: do not use require in http handlers (testifylint)

0 commit comments

Comments
 (0)