PluginProbe
Auto Alt Text / 2.6.0
Auto Alt Text v2.6.0
3.0.3 2.8.2 1.3.1 1.3.2 2.0.0 2.1.0 2.1.1 2.2.0 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.6.1 2.7.0 2.8.0 2.8.1 All 28 releases
auto-alt-text / vendor / php-di / phpdoc-reader / .phpcs.xml.dist

.phpcs.xml.dist in Auto Alt Text 2.6.0, at vendor/php-di/phpdoc-reader/.phpcs.xml.dist

22 lines 617 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <ruleset>
3 <arg name="basepath" value="."/>
4 <arg name="extensions" value="php"/>
5 <arg name="cache" value=".phpcs-cache"/>
6 <!-- Show sniff names -->
7 <arg value="s"/>
8
9 <file>src</file>
10 <exclude-pattern>src/PhpDocReader/PhpParser/TokenParser.php</exclude-pattern>
11 <file>tests</file>
12 <exclude-pattern>tests/Fixtures</exclude-pattern>
13
14 <rule ref="HardMode"/>
15
16 <!-- Ignore PhpDocReader\AnnotationException -->
17 <rule ref="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix">
18 <severity>0</severity>
19 </rule>
20
21 </ruleset>
22