Current File : /var/www/pediatribu/wp-content/plugins/simple-social-icons/phpcs.xml
<?xml version="1.0"?>
<ruleset name="WordPress Coding Standards for Simple Social Icons">
	<rule ref="WordPress">
		<exclude name="WordPress.Files.FileName" />
	</rule>

	<rule ref="WordPress.WP.I18n">
		<properties>
			<property name="text_domain" type="array">
				<element value="simple-social-icons"/>
			</property>
		</properties>
	</rule>

	<config name="testVersion" value="5.6-"/>
	<rule ref="PHPCompatibilityWP">
		<exclude-pattern>bin/*</exclude-pattern>
	</rule>

	<arg value="s"/>
	<arg name="extensions" value="php"/>

	<file>.</file>
	<exclude-pattern>*/node_modules/*</exclude-pattern>
	<exclude-pattern>*/vendor/*</exclude-pattern>
	<exclude-pattern>*/assets/*</exclude-pattern>
</ruleset>