This release fixes several bugs where rules were not being disabled correctly.
We've also added CI to the repo to test the rulesets against the latest WPGraphQL codebase, to preemptively catch future issues.
What's Changed
WPGraphQL-Core
- fix: Fix incorrect excludes XML block in
WPGraphQL-Core
ruleset.
WPGraphQL-Docs
- fix: Disable
Squiz.Commenting.VariableComment.MissingVar
in favor ofSlevomatCodingStandard.TypeHints.PropertyTypeHint
.
WPGraphQL-Minimum
- fix: Ignore
SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation
for PHPStan annotations.
Misc
- ci: Add test workflow.
- docs: cleanup Readme.
Full Changelog: 2.0.0...2.0.1