forked from tigitz/php-spellchecker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
21 lines (16 loc) 路 734 Bytes
/
Copy pathphpcs.xml
File metadata and controls
21 lines (16 loc) 路 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
<description>The coding standard for tigitz/php-spellchecker</description>
<config name="ignore_warnings_on_exit" value="1"/>
<config name="ignore_errors_on_exit" value="1"/>
<arg name="extensions" value="php"/>
<arg name="colors"/>
<arg value="p"/>
<arg name="parallel" value="80"/>
<arg name="cache" value=".phpcs-cache"/>
<file>src</file>
<file>tests</file>
<rule ref="./vendor/tigitz/phpcs/src/Geolid/ruleset.xml">
<exclude name="Generic.Files.LineLength.TooLong"/>
</rule>
</ruleset>