mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
Add Safe PHP functions
This commit is contained in:
parent
04a956886a
commit
58cc098058
260 changed files with 49458 additions and 45 deletions
21
vendor/thecodingmachine/safe/generator/phpcs.xml.dist
vendored
Normal file
21
vendor/thecodingmachine/safe/generator/phpcs.xml.dist
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0"?>
|
||||
<ruleset name="Expressive Skeleton coding standard">
|
||||
<description>Expressive Skeleton coding standard</description>
|
||||
|
||||
<!-- display progress -->
|
||||
<arg value="p"/>
|
||||
<arg name="colors"/>
|
||||
|
||||
<!-- inherit rules from: -->
|
||||
<rule ref="PSR2"/>
|
||||
|
||||
<!-- Paths to check -->
|
||||
<file>src</file>
|
||||
|
||||
<rule ref="Generic.Files.LineLength">
|
||||
<properties>
|
||||
<property name="lineLimit" value="300"/>
|
||||
<property name="absoluteLineLimit" value="500"/>
|
||||
</properties>
|
||||
</rule>
|
||||
</ruleset>
|
Loading…
Add table
Add a link
Reference in a new issue