Skip to content

Releases: Automattic/phpcs-neutron-ruleset

v3.4.0

15 Mar 19:19
0d79b60
Compare
Choose a tag to compare

Changelog

  • Allow using with php 8

v3.3.0

03 Jul 16:03
fb3c14a
Compare
Choose a tag to compare

Changelog

  • Re-enable long function warnings (NeutronStandard.Functions.LongFunction.LongFunction).
  • Re-enable no-return type warnings (NeutronStandard.Functions.TypeHint.NoReturnType).

v3.2.0

21 Nov 17:23
10461d3
Compare
Choose a tag to compare

Changelog

  • Ignore Generic.Arrays.DisallowShortArraySyntax (#6) (props @yoavf)

v3.1.0

07 Aug 19:33
Compare
Choose a tag to compare

Changelog

  • Switch WordPress standard to just WordPress-Core. That covers most of the sniffs.

v3.0.0

23 Apr 17:56
fb40e87
Compare
Choose a tag to compare

Changelog

In theory this shouldn't actually cause any breaking changes, but since the sniff codes for WPCS changed, I wanted to make this a major version release so that anyone updating to it would know about the risk.

v2.0.0

05 Dec 18:38
Compare
Choose a tag to compare

Changelog

  • Update WPCS from 0.14 to version 1.2.

v1.9.0

19 Sep 16:42
Compare
Choose a tag to compare

Mostly this adds better support for ignoring WP and WP.com patterns in ImportDetection.

v1.8.0

09 Jul 22:18
Compare
Choose a tag to compare

v1.7.0

20 Apr 16:17
Compare
Choose a tag to compare

Ignore unused Exceptions in VariableAnalysis

v1.6.0

23 Feb 18:40
Compare
Choose a tag to compare

Changelog

  • Ignore WordPress.XSS.EscapeOutput.OutputNotEscaped