File: //var/www/Gosuryaid/wp/wp-content/plugins/table-of-contents-plus/phpcs.xml
<?xml version="1.0"?>
<ruleset name="WordPress Coding Standards">
    <description>WordPress Coding Standards</description>
    <!-- Scan all files in directory -->
    <file>.</file>
    <!-- Scan only PHP files -->
    <arg name="extensions" value="php"/>
    <!-- Show progress, show the error codes for each message (source). -->
    <arg value="ps" />
    <!-- Check up to 8 files simultaneously. -->
    <arg name="parallel" value="8" />
    <!-- Include the WordPress-Core standard. -->
    <rule ref="WordPress-Core">
        <exclude name="Generic.Arrays.DisallowShortArraySyntax.Found"/>
        <exclude name="WordPress.PHP.DisallowShortTernary.Found"/>
    </rule>
    <rule ref="Internal.NoCodeFound">
        <severity>0</severity>
    </rule>
</ruleset>