File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This projects adheres to [ Semantic Versioning] ( https://semver.org/ ) and [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) .
6
6
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
+
7
14
## [ 2.0.0-beta.2] - 2023-11-5
8
15
9
16
This release updates the ruleset based on the latest changes to WPGraphQL core (v1.18.0). Specifically:
Original file line number Diff line number Diff line change 6
6
7
7
<!-- The rules below are the changes from between the original sniff or parent ruleset, and what should be applied for this Standard. -->
8
8
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.-->
10
21
<rule ref =" SlevomatCodingStandard.Classes.BackedEnumTypeSpacing" />
11
22
<rule ref =" SlevomatCodingStandard.Classes.ClassMemberSpacing" />
12
23
<rule ref =" SlevomatCodingStandard.Classes.ConstantSpacing" />
Original file line number Diff line number Diff line change 2
2
"name" : " axepress/wp-graphql-cs" ,
3
3
"type" : " phpcodesniffer-standard" ,
4
4
"description" : " PHP_CodeSniffer rules (sniffs) for the WPGraphQL ecosystem." ,
5
- "version" : " 2.0.0-beta.2 " ,
5
+ "version" : " 2.0.0-beta.3 " ,
6
6
"keywords" : [
7
7
" phpcs" ,
8
8
" wpcs" ,
You can’t perform that action at this time.
0 commit comments