fix(FunctionComment): Allow PHPCS ignore directives before functions

Created on 9 March 2025, 28 days ago

Problem/Motivation

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() {

}

Steps to reproduce

Run Coder on a function that has such a phpcs:ignore comment.

Proposed resolution

Ignore phpcs:ignore tokens in function comment checking. This will trip up a lot of excludes in Drupal core, but they are all fixable.

Remaining tasks

Finish PR https://github.com/pfrenssen/coder/pull/257

📌 Task
Status

Active

Version

8.3

Component

Coder Sniffer

Created by

🇦🇹Austria klausi 🇦🇹 Vienna

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024