- Issue created by @klausi
Automatically closed - issue fixed for 2 weeks with no activity.
When there is a PHPCS ignore comment before a function then Coder complains:
/**
* Doc block is here and an ignore directive is ok.
*/
// phpcs:ignore Drupal.NamingConventions.ValidClassName
function phpcs_ignore_comment() {
}
Run Coder on a function that has such a phpcs:ignore comment.
Ignore phpcs:ignore tokens in function comment checking. This will trip up a lot of excludes in Drupal core, but they are all fixable.
Active
8.3
Coder Sniffer
Automatically closed - issue fixed for 2 weeks with no activity.