Skip to content

Commit

Permalink
Merge pull request #5 from justlevine/release/2.0.0-beta.3
Browse files Browse the repository at this point in the history
release: 2.0.0-beta 3
  • Loading branch information
justlevine committed Apr 5, 2024
2 parents 88b27c5 + c8d6bab commit 764056a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).

## [2.0.0-beta.3] - 2024-04-05

This release explicitly adds `Squiz.WhiteSpace.SuperfluousWhitespace` to the `WPGraphQL-Extra` ruleset, as it is silenced by VIPCS.

### WPGraphQL-Extra
- Added `Squiz.WhiteSpace.SuperfluousWhitespace` and made explicit.

## [2.0.0-beta.2] - 2023-11-5

This release updates the ruleset based on the latest changes to WPGraphQL core (v1.18.0). Specifically:
Expand Down
13 changes: 12 additions & 1 deletion WPGraphQL-Extra/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@

<!-- The rules below are the changes from between the original sniff or parent ruleset, and what should be applied for this Standard. -->

<!-- The following rules enforce code formatting standards.-->
<!-- These formatting rules are suppressed in VIP-GO and restored here.-->
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
<severity>5</severity>
</rule>
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines">
<severity>5</severity>
</rule>
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine">
<severity>5</severity>
</rule>

<!-- The following Slevomat rules enforce code formatting standards.-->
<rule ref="SlevomatCodingStandard.Classes.BackedEnumTypeSpacing" />
<rule ref="SlevomatCodingStandard.Classes.ClassMemberSpacing" />
<rule ref="SlevomatCodingStandard.Classes.ConstantSpacing" />
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "axepress/wp-graphql-cs",
"type": "phpcodesniffer-standard",
"description": "PHP_CodeSniffer rules (sniffs) for the WPGraphQL ecosystem.",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"keywords": [
"phpcs",
"wpcs",
Expand Down

0 comments on commit 764056a

Please sign in to comment.