You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PHPCS 3.0 a new --ignore-annotations command line option has been added to ignore the PHPCS native @codingStandards annotations.
I'd like to suggest that we respect that setting when checking for whitelist comments, i.e. ignore whitelist comments when that option has been enabled.
In PHPCS 3.0 a new
--ignore-annotations
command line option has been added to ignore the PHPCS native@codingStandards
annotations.I'd like to suggest that we respect that setting when checking for whitelist comments, i.e. ignore whitelist comments when that option has been enabled.
See squizlabs/PHP_CodeSniffer#811 (comment)
The text was updated successfully, but these errors were encountered: