Skip to content
Snippets Groups Projects
Select Git revision
  • eb5599ee3163036bb1ed801894317ab5edf535c7
  • main default protected
  • 1.0.2
  • 1.0.1
  • 1.0.0
  • 1.0.0-beta7
  • 1.0.0-beta6
  • 1.0.0-beta4
  • 1.0.0-beta3
  • 1.0.0-beta2
  • 1.0.0-beta1
11 results

phpcs.xml.dist

Blame
  • phpcs.xml.dist 568 B
    <?xml version="1.0"?>
    <ruleset name="WordPress Coding Standards for WP Desk Plugin">
    	<description>Sniffs for WordPress WPDesk plugins</description>
    
    	<config name="installed_paths" value="vendor/wp-coding-standards/wpcs,vendor/wimg/php-compatibility" />
    
        <rule ref="PHPCompatibility"/>
    	<config name="testVersion" value="5.5-"/>
    
    	<rule ref="WordPress"/>
    
    	<config name="text_domain" value="wpdesk-plugin,default,s214-settings-demo"/>
    
    	<arg name="extensions" value="php"/>
    
    	<file>./classes</file>
    	<exclude-pattern>*/settings-api/*</exclude-pattern>
    </ruleset>