All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Initial code from 10up/phpcs-composer on 2020-08-05.
- Rule: base BigWing WordPress rules.
- Rule: flag TODO comments.
- Rule: no unused parameters in a function.
- Rule: force line after opening function comment.
- Annotated ruleset to show how to extend arrays as of PHP_CodeSniffer 3.4.0.
- Included
roave/security-advisoriesas a required package. - Exclude dist/build directories from sniffs.
- Set base WP version to 5.0.
- Set base PHP version to 7.2.
- Updated exclusions to include Sass/SCSS and JSX files.