# visualizer/2.0.3/vendor/codeinwp/themeisle-sdk/phpcs.xml

Visualizer – Tables &amp; Charts Manager with Built-in AI Generator, version 2.0.3. 34 lines.

- Page: https://pluginprobe.com/plugins/visualizer/2.0.3/code/vendor/codeinwp/themeisle-sdk/phpcs.xml
- Raw: https://pluginprobe.com/plugins/visualizer/2.0.3/raw/vendor/codeinwp/themeisle-sdk/phpcs.xml
- Modified: 2017-04-13T16:17:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/visualizer/2.0.3/code/vendor/codeinwp/themeisle-sdk/phpcs.xml#L10-L20`.

```xml
<?xml version="1.0"?>
<ruleset name="Themeisle">
    <description>Themeisle rules for PHP_CodeSnifferr</description>

    <file>.</file>

    <exclude-pattern>node_modules/*</exclude-pattern>
    <exclude-pattern>vendor/*</exclude-pattern>
    <exclude-pattern>lib/*</exclude-pattern>
    <exclude-pattern>old/*</exclude-pattern>
    <exclude-pattern>*.min.js</exclude-pattern>
    <exclude-pattern>*.min.css</exclude-pattern>
    <rule ref="WordPress-Core">
        <exclude name="Squiz.Commenting.FileComment.SpacingAfterComment"/>
        <exclude name="Squiz.Commenting.FunctionComment.MissingParamTag"/>
        <exclude name="Squiz.Commenting.InlineComment.InvalidEndChar"/>
        <exclude name="Generic.Commenting.DocComment.MissingShort"/>
        <exclude name="Squiz.Commenting.InlineComment.NotCapital"/>
        <exclude name="Squiz.Commenting.LongConditionClosingComment.Missing"/>
        <exclude name="Squiz.Commenting.LongConditionClosingComment.Invalid"/>
        <exclude name="WordPress.NamingConvention.ValidVariableName.StringNotSnakeCase"/>
        <exclude name="WordPress.NamingConventions.ValidVariableName.NotSnakeCase"/>
        <exclude name="WordPress.PHP.YodaConditions.NotYoda"/>
        <exclude name="Squiz.PHP.DisallowMultipleAssignments" />
    </rule>
    <rule ref="WordPress-Docs">

    </rule>

    <rule ref="Squiz.Commenting.FunctionComment.ScalarTypeHintMissing">
        <severity>0</severity>
    </rule>

</ruleset>
```
