File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 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.
44
55This 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
916This 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 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" 
Original file line number Diff line number Diff line change 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" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments