Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49781, comment 3


Ignore:
Timestamp:
04/02/2020 04:48:04 PM (4 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49781, comment 3

    initial v1  
    55
    66In that case, adjusting the WP Core ruleset is not the way to "fix" this.
    7 Instead you should add a `phpcs.xml` file to project root in your local environment. That file will be automatically ignored for committing, but should be automatically picked up by the PHPCS run.
     7Instead you should add a `phpcs.xml` file to the project root in your local environment. That file will be automatically ignored for committing, but should be automatically picked up by the PHPCS run.
    88
    99In that file, you'd then have something like the following: