Skip to content

Commit

Permalink
review: add a reason
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Mar 3, 2024
1 parent b9ddcba commit 800d7ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/lint/linter/linter.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ func NewNoop(l Linter, reason string) Noop {

func NewNoopDeprecated(name string) Noop {
return Noop{
name: name,
desc: "Deprecated",
name: name,
desc: "Deprecated",
reason: "This linter is fully inactivated: it will not produce any reports.",
}
}

Expand Down

0 comments on commit 800d7ca

Please sign in to comment.