Releases: Automattic/phpcs-neutron-ruleset
Releases · Automattic/phpcs-neutron-ruleset
v3.4.0
v3.3.0
Changelog
- Re-enable long function warnings (
NeutronStandard.Functions.LongFunction.LongFunction
). - Re-enable no-return type warnings (
NeutronStandard.Functions.TypeHint.NoReturnType
).
v3.2.0
v3.1.0
Changelog
- Switch
WordPress
standard to justWordPress-Core
. That covers most of the sniffs.
v3.0.0
Changelog
- Update dependencies to include WPCS v2 #3 (props @szepeviktor )
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
Changelog
- Update WPCS from 0.14 to version 1.2.
v1.9.0
Mostly this adds better support for ignoring WP and WP.com patterns in ImportDetection.
v1.8.0
v1.7.0
Ignore unused Exceptions in VariableAnalysis
v1.6.0
Changelog
- Ignore WordPress.XSS.EscapeOutput.OutputNotEscaped