Skip to content
Snippets Groups Projects
Select Git revision
  • c89382f7c060c2bf2048b1195a1276eb2882ac55
  • master default protected
  • fix/deprecated_functions
  • devel
  • feat/translations
  • feat/upgrade_to_pro_url
  • feat/lang
  • bugfix/require-interface
  • bugfix/require-once-error
  • feature/activation-hooks
  • feature/template-loader
  • feature/template-renderer
  • feature/plugin-activation
  • feature/hookable-object
  • feature/builder-pattern
  • 2.1.2
  • 2.1.1
  • 2.1.0
  • 2.0.0
  • 2.0.0-beta1
  • 1.4.4
  • 1.4.3
  • 1.4.2
  • 1.4.1
  • 1.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.2.0
  • 1.1
  • 1.0
32 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>