mirror of https://github.com/flightphp/core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
680 B
24 lines
680 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ruleset
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
|
|
<!-- <arg name="report" value="source" /> -->
|
|
<!-- <arg name="report" value="summary" /> -->
|
|
<arg name="report" value="diff" />
|
|
<!-- <arg name="report" value="full" /> -->
|
|
<arg name="report-width" value="80" />
|
|
<arg name="colors" />
|
|
<arg name="encoding" value="utf-8" />
|
|
<arg name="tab-width" value="4" />
|
|
|
|
<rule ref="PSR1">
|
|
</rule>
|
|
|
|
<rule ref="PSR2">
|
|
</rule>
|
|
|
|
<file>index.php</file>
|
|
<file>flight</file>
|
|
<file>tests</file>
|
|
</ruleset>
|