Added dependency plugins
This commit is contained in:
10
wordpress/wp-content/plugins/wp-graphql/phpcs.ruleset.xml
Executable file
10
wordpress/wp-content/plugins/wp-graphql/phpcs.ruleset.xml
Executable file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<ruleset name="WordPress Coding Standards for Plugins">
|
||||
<description>Generally-applicable sniffs for WordPress plugins</description>
|
||||
|
||||
<rule ref="WordPress-Core" />
|
||||
<rule ref="WordPress-Docs" />
|
||||
|
||||
<exclude-pattern>*/node_modules/*</exclude-pattern>
|
||||
<exclude-pattern>*/vendor/*</exclude-pattern>
|
||||
</ruleset>
|
||||
Reference in New Issue
Block a user