2016-06-20 19:30:07 +00:00
|
|
|
engines:
|
|
|
|
phpcodesniffer:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
standard: "WordPress"
|
|
|
|
eslint:
|
|
|
|
enabled: true
|
|
|
|
scss-lint:
|
|
|
|
enabled: true
|
|
|
|
duplication:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
languages:
|
|
|
|
- php
|
|
|
|
- javascript
|
2016-11-23 16:38:34 +00:00
|
|
|
ratings:
|
|
|
|
paths:
|
2017-07-20 18:48:56 +00:00
|
|
|
- "includes/*"
|
2016-06-20 19:30:07 +00:00
|
|
|
exclude_paths:
|
2017-07-20 18:48:56 +00:00
|
|
|
- "tests/"
|
|
|
|
- "apigen/"
|
|
|
|
- "dummy-data/"
|
|
|
|
- "i18n/"
|
|
|
|
- "includes/api/legacy/"
|
|
|
|
- "includes/libraries/"
|
|
|
|
- "includes/updates/"
|
|
|
|
- "includes/gateways/simplify-commerce/"
|
|
|
|
- "includes/shipping/legacy-*"
|
|
|
|
- "includes/wc-deprecated-functions.php"
|
|
|
|
- "assets/js/accounting/"
|
|
|
|
- "assets/js/jquery-*"
|
|
|
|
- "assets/js/prettyPhoto/"
|
|
|
|
- "assets/js/round/"
|
|
|
|
- "assets/js/select2/"
|
|
|
|
- "assets/js/selectWoo/"
|
|
|
|
- "assets/js/stupidtable/"
|
|
|
|
- "assets/js/zeroclipboard/"
|