We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903c757 commit c4ead46Copy full SHA for c4ead46
go/analysis/passes/httpresponse/httpresponse_test.go
@@ -14,7 +14,7 @@ import (
14
func Test(t *testing.T) {
15
testdata := analysistest.TestData()
16
tests := []string{"a"}
17
- if true || typeparams.Enabled {
+ if typeparams.Enabled {
18
tests = append(tests, "typeparams")
19
}
20
analysistest.Run(t, testdata, httpresponse.Analyzer, tests...)
0 commit comments