dist
1 year ago
includes
1 month ago
locale
2 months ago
res
1 year ago
src
1 month ago
templates
1 month ago
vendor-bin
3 years ago
Makefile
5 years ago
README.md
5 years ago
installer.php
1 month ago
loader.php
1 month ago
phpcs.compatibility.xml
1 year ago
phpcs.xml
5 years ago
phpunit.xml
10 months ago
repositories.xml
3 years ago
webpack.config.js
1 year ago
phpcs.compatibility.xml
20 lines
| 1 | <?xml version="1.0"?> |
| 2 | <ruleset name="WPML"> |
| 3 | <description>WPML Coding Standards</description> |
| 4 | |
| 5 | <config name="testVersion" value="7.0-"/> |
| 6 | |
| 7 | <rule ref="PHPCompatibility" /> |
| 8 | |
| 9 | <exclude-pattern>*/vendor/*</exclude-pattern> |
| 10 | <exclude-pattern>*/tests/*</exclude-pattern> |
| 11 | <exclude-pattern>*.js</exclude-pattern> |
| 12 | <exclude-pattern>*.mo</exclude-pattern> |
| 13 | <exclude-pattern>*.po</exclude-pattern> |
| 14 | <exclude-pattern>*.twig</exclude-pattern> |
| 15 | <exclude-pattern>*.css</exclude-pattern> |
| 16 | <exclude-pattern>*.scss</exclude-pattern> |
| 17 | |
| 18 | |
| 19 | </ruleset> |
| 20 |