- Add support for Composer 2.
- Renamed composer package to dekode/coding-standards.
- Remove exclusion of content/plugins folder. PR #15
- Updated dependencies.
- Exclude
Generic.Arrays.DisallowShortArraySyntax
andWordPress.PHP.DisallowShortTernary.Found
introduced in WPCS 2.2.0.
- Allow
file_get_contents
- Remove rule:
PEAR.Functions.FunctionCallSignature.CloseBracketLine
- Remove rule:
PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket
- Remove rule:
PEAR.Functions.FunctionCallSignature.MultipleArguments
- Replace
wimg/php-compatibility
withphpcompatibility/phpcompatibility-wp
. (Cheers @jrfnl! PR #4)
- WordPress Coding Standards for PHP_CodeSniffer 1.0
- PHP Compatibility Coding Standard for PHP CodeSniffer 8.2
- Neutron PHP Standard 1.5
- Allow slash in hook names
- Require strict type
- Require type hints
- Removed php7.0 as testVersion. Need to set it in your config
- Changed composer type to
phpcodesniffer-standard
. - Added php7.0 as testVersion.
- Exclude folders you don't want to run PHPCS against
- Initial release.