simple-social-icons
Last commit date
css
2 years ago
icons
2 years ago
README.md
2 years ago
phpcs.xml
2 years ago
readme.txt
2 years ago
simple-social-icons.php
2 years ago
symbol-defs.svg
2 years ago
phpcs.xml
28 lines
| 1 | <?xml version="1.0"?> |
| 2 | <ruleset name="WordPress Coding Standards for Simple Social Icons"> |
| 3 | <rule ref="WordPress"> |
| 4 | <exclude name="WordPress.Files.FileName" /> |
| 5 | </rule> |
| 6 | |
| 7 | <rule ref="WordPress.WP.I18n"> |
| 8 | <properties> |
| 9 | <property name="text_domain" type="array"> |
| 10 | <element value="simple-social-icons"/> |
| 11 | </property> |
| 12 | </properties> |
| 13 | </rule> |
| 14 | |
| 15 | <config name="testVersion" value="5.6-"/> |
| 16 | <rule ref="PHPCompatibilityWP"> |
| 17 | <exclude-pattern>bin/*</exclude-pattern> |
| 18 | </rule> |
| 19 | |
| 20 | <arg value="s"/> |
| 21 | <arg name="extensions" value="php"/> |
| 22 | |
| 23 | <file>.</file> |
| 24 | <exclude-pattern>*/node_modules/*</exclude-pattern> |
| 25 | <exclude-pattern>*/vendor/*</exclude-pattern> |
| 26 | <exclude-pattern>*/assets/*</exclude-pattern> |
| 27 | </ruleset> |
| 28 |