-
-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Labels
Description
Motivation
require-param
, require-returns
, require-throws
, and require-yields
all contain the exemptedBy
option, but require-template
does not. It would be best to add it.
Current behavior
There is no way to exempt require-template
rule by using inheritdoc
or other tags.
Desired behavior
Add exemptedBy
option to keep consistency with other rules.