Skip to content
Snippets Groups Projects
Select Git revision
  • 500bce48833b50cef7d04649be3e691fbd713699
  • master default protected
  • feat/npm-publish
  • feat/demo-deploy
  • change-demo-deploy
  • remove-smoke
  • feat/acceptance-tests
  • feature/deploy-composer.json
  • feature/mysql-bin-logs
  • skip-codecept-for-libs
  • include-composer-json
  • exclude-wp-assets
  • update_codecept_image
  • fix/silenced-copy
  • remove-free-translations
  • codeception-with-optional-step
  • improve-parallelization
  • linter-exit
  • change-images
  • fix/linter
  • globally-raise-mem-limit
  • no-symlink2
22 results

codeception-parallel.yml

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>