Skip to content

Commit 800d7ca

Browse files
committed
review: add a reason
1 parent b9ddcba commit 800d7ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/lint/linter/linter.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ func NewNoop(l Linter, reason string) Noop {
2828

2929
func NewNoopDeprecated(name string) Noop {
3030
return Noop{
31-
name: name,
32-
desc: "Deprecated",
31+
name: name,
32+
desc: "Deprecated",
33+
reason: "This linter is fully inactivated: it will not produce any reports.",
3334
}
3435
}
3536

0 commit comments

Comments
 (0)