drop's picture

Please use this topic to suggest agenda items for our weekly meetings.

This week we will be having a Design/UX meeting followed by the weekly Dev meeting. 

See more information about our weekly meetings.

Comments

indigoxela's picture

Some trouble with the new phpcs GitHub Action run, see #5848

We discovered two situations so far, when the action causes false positives:

  1. When the PR branch is behind core and new files have been added to 1.x in the meantime
  2. When the same person providing the PR worked on the same file before and violated the standard somewhere else

Seems like the "git blame" approach of this GHA has some disadvantages. What do we do now?