Skip to content

Commit 56885dd

Browse files
committed
Update linter message
1 parent aec49c5 commit 56885dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rules.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func HttpAPIReturn(m dsl.Matcher) {
171171
httpapi.ResourceNotFound($*a)
172172
}
173173
`).At(m["a"]).
174-
Report("Forgot to return early after the httpapi.Write call")
174+
Report("Forgot to return early after writing to the http response writer.")
175175
}
176176

177177
// ProperRBACReturn ensures we always write to the response writer after a

0 commit comments

Comments
 (0)