-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from justlevine/release/1.0.0-beta.4
release: v1.0.0-beta.4
- Loading branch information
Showing
5 changed files
with
69 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0"?> | ||
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="WPGraphQL Core Coding Standard" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd"> | ||
<description>Coding Standards used by the WPGraphQL core plugin.</description> | ||
|
||
<!-- The rules below are the changes from between the original sniff or parent ruleset, and what should be applied for this Standard. --> | ||
|
||
<!-- Load WordPress Coding standards --> | ||
<rule ref="WPGraphQL-Strict" > | ||
<!-- This would be a breaking change to fix in Core --> | ||
<exclude name="WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid"/> | ||
<!-- Conflicts with b/c in AbstractConnectionResolver --> | ||
<exclude name="Squiz.Commenting.FunctionComment.InvalidNoReturn" /> | ||
</rule> | ||
|
||
</ruleset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters