Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb1c92 commit 30ba8eaCopy full SHA for 30ba8ea
coderd/coderd.go
@@ -464,7 +464,7 @@ func New(options *Options) *API {
464
r := chi.NewRouter()
465
// We add this middleware early, to make sure that authorization checks made
466
// by other middleware get recorded.
467
- //nolint:revive // This block will be re-enabled, not going to remove it
+ //nolint:revive,staticcheck // This block will be re-enabled, not going to remove it
468
if buildinfo.IsDev() {
469
// TODO: Find another solution to opt into these checks.
470
// If the header grows too large, it breaks `fetch()` requests.
0 commit comments