PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 2.0.3
Visualizer – Tables & Charts Manager with Built-in AI Generator v2.0.3
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
visualizer / vendor / codeinwp / themeisle-sdk / phpcs.xml

phpcs.xml in Visualizer – Tables & Charts Manager with Built-in AI Generator 2.0.3, at vendor/codeinwp/themeisle-sdk/phpcs.xml

34 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <ruleset name="Themeisle">
3 <description>Themeisle rules for PHP_CodeSnifferr</description>
4
5 <file>.</file>
6
7 <exclude-pattern>node_modules/*</exclude-pattern>
8 <exclude-pattern>vendor/*</exclude-pattern>
9 <exclude-pattern>lib/*</exclude-pattern>
10 <exclude-pattern>old/*</exclude-pattern>
11 <exclude-pattern>*.min.js</exclude-pattern>
12 <exclude-pattern>*.min.css</exclude-pattern>
13 <rule ref="WordPress-Core">
14 <exclude name="Squiz.Commenting.FileComment.SpacingAfterComment"/>
15 <exclude name="Squiz.Commenting.FunctionComment.MissingParamTag"/>
16 <exclude name="Squiz.Commenting.InlineComment.InvalidEndChar"/>
17 <exclude name="Generic.Commenting.DocComment.MissingShort"/>
18 <exclude name="Squiz.Commenting.InlineComment.NotCapital"/>
19 <exclude name="Squiz.Commenting.LongConditionClosingComment.Missing"/>
20 <exclude name="Squiz.Commenting.LongConditionClosingComment.Invalid"/>
21 <exclude name="WordPress.NamingConvention.ValidVariableName.StringNotSnakeCase"/>
22 <exclude name="WordPress.NamingConventions.ValidVariableName.NotSnakeCase"/>
23 <exclude name="WordPress.PHP.YodaConditions.NotYoda"/>
24 <exclude name="Squiz.PHP.DisallowMultipleAssignments" />
25 </rule>
26 <rule ref="WordPress-Docs">
27
28 </rule>
29
30 <rule ref="Squiz.Commenting.FunctionComment.ScalarTypeHintMissing">
31 <severity>0</severity>
32 </rule>
33
34 </ruleset>