Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30ba8ea

Browse files
committed
more linters doing the same thing
1 parent 1bb1c92 commit 30ba8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/coderd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ func New(options *Options) *API {
464464
r := chi.NewRouter()
465465
// We add this middleware early, to make sure that authorization checks made
466466
// by other middleware get recorded.
467-
//nolint:revive // This block will be re-enabled, not going to remove it
467+
//nolint:revive,staticcheck // This block will be re-enabled, not going to remove it
468468
if buildinfo.IsDev() {
469469
// TODO: Find another solution to opt into these checks.
470470
// If the header grows too large, it breaks `fetch()` requests.

0 commit comments

Comments
 (0)