Skip to content

Releases: ChromatixAU/phpcs-config-chromatix

Version 0.0.18

23 Aug 08:22
f39c53c
Compare
Choose a tag to compare
Version 0.0.18 Pre-release
Pre-release
v0.0.18

Merge pull request #22 from ChromatixAU/change/function-docs-not-requ…

v0.0.17

27 Feb 02:46
Compare
Choose a tag to compare
v0.0.17 Pre-release
Pre-release
  • 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 - for get_posts)

v0.0.16

27 Feb 02:43
Compare
Choose a tag to compare
v0.0.16 Pre-release
Pre-release
  • Excludes Squiz.Commenting.BlockComment.NoEmptyLineBefore
  • Adds Generic.Commenting.Todo.CommentFound

v0.0.15

27 Feb 02:42
Compare
Choose a tag to compare
v0.0.15 Pre-release
Pre-release

Excludes the new PEAR.Functions.FunctionCallSignature.OpeningIndent added in phpcs 3.2.0, until we can look into it further.

v0.0.14

11 Dec 06:47
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release

Exclude get_next/previous_post replacement functions due to us not implementing them yet (closes #18)

v0.0.13

22 Nov 01:28
ff40f64
Compare
Choose a tag to compare
v0.0.13 Pre-release
Pre-release
  • Exclude all EscapeOutput errors for now, given we don't need them in every circumstance that they're being asked for

v0.0.12

30 Nov 07:46
Compare
Choose a tag to compare
v0.0.12 Pre-release
Pre-release
  • Hook (action/filter) names with forward slash namespacing are becoming a thing, so we should allow that.

v0.0.11

30 Nov 07:45
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release
  • Exclude the WordPress Data Validation rule until an alternative for URLs and Attributes only is found

v0.0.10

30 Nov 07:44
8bf09c5
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release
  • 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)

v0.0.9

30 Nov 07:42
3793b03
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
  • Exclude the FunctionCallSignature sniff for now, due to incorrect indentation being specified