Skip to content

Commit 764056a

Browse files
authored
Merge pull request #5 from justlevine/release/2.0.0-beta.3
release: 2.0.0-beta 3
2 parents 88b27c5 + c8d6bab commit 764056a

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [2.0.0-beta.3] - 2024-04-05
8+
9+
This release explicitly adds `Squiz.WhiteSpace.SuperfluousWhitespace` to the `WPGraphQL-Extra` ruleset, as it is silenced by VIPCS.
10+
11+
### WPGraphQL-Extra
12+
- Added `Squiz.WhiteSpace.SuperfluousWhitespace` and made explicit.
13+
714
## [2.0.0-beta.2] - 2023-11-5
815

916
This release updates the ruleset based on the latest changes to WPGraphQL core (v1.18.0). Specifically:

WPGraphQL-Extra/ruleset.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@
66

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

9-
<!-- The following rules enforce code formatting standards.-->
9+
<!-- These formatting rules are suppressed in VIP-GO and restored here.-->
10+
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace">
11+
<severity>5</severity>
12+
</rule>
13+
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace.EmptyLines">
14+
<severity>5</severity>
15+
</rule>
16+
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace.EndLine">
17+
<severity>5</severity>
18+
</rule>
19+
20+
<!-- The following Slevomat rules enforce code formatting standards.-->
1021
<rule ref="SlevomatCodingStandard.Classes.BackedEnumTypeSpacing" />
1122
<rule ref="SlevomatCodingStandard.Classes.ClassMemberSpacing" />
1223
<rule ref="SlevomatCodingStandard.Classes.ConstantSpacing" />

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "axepress/wp-graphql-cs",
33
"type": "phpcodesniffer-standard",
44
"description": "PHP_CodeSniffer rules (sniffs) for the WPGraphQL ecosystem.",
5-
"version": "2.0.0-beta.2",
5+
"version": "2.0.0-beta.3",
66
"keywords": [
77
"phpcs",
88
"wpcs",

0 commit comments

Comments
 (0)