Releases: ChromatixAU/phpcs-config-chromatix
Releases · ChromatixAU/phpcs-config-chromatix
Version 0.0.18
v0.0.18 Merge pull request #22 from ChromatixAU/change/function-docs-not-requ…
v0.0.17
- Fixes installation instructions in the README - the wrong install command was used and it would have failed
- Returns the
WordPress.WP.AlternativeFunctions
sniffs, as they shouldn't have been excluded - Expands the removal of
WordPress.VIP.RestrictedFunctions
to cover all functions (they will be re-added at a later date when we implement the actual replacement functions; a ticket is also open with phpcs for working out why we can't re-add the single sniff we do need - forget_posts
)
v0.0.16
v0.0.15
v0.0.14
v0.0.13
- Exclude all EscapeOutput errors for now, given we don't need them in every circumstance that they're being asked for
v0.0.12
v0.0.11
v0.0.10
- Update local ruleset to reference itself
- Allow blank lines in additional circumstances
- Minor cleanups of comments and TODOs in the ruleset
- Enforce line length limits (closes #4)
- Exclude filename checks for folders in
tests/
, and allow 'theme-specific' filenames which sometimes must have underscores in them - Exclude the
switch() break;
indentation rules for now, as they aren't working properly - Swap elseif for else if (closes #3)