mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
21 lines
No EOL
548 B
XML
21 lines
No EOL
548 B
XML
<?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> |