Changes between Initial Version and Version 1 of Ticket #49781, comment 3
- Timestamp:
- 04/02/2020 04:48:04 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49781, comment 3
initial v1 5 5 6 6 In 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.7 Instead 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. 8 8 9 9 In that file, you'd then have something like the following: