mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-24 00:31:07 +00:00
14 lines
291 B
XML
14 lines
291 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="PHP_CodeSniffer">
|
|
<description>browscap-php</description>
|
|
|
|
<file>src</file>
|
|
<file>tests</file>
|
|
|
|
<exclude-pattern>*/temp/*</exclude-pattern>
|
|
|
|
<arg name="report" value="full" />
|
|
<arg value="np" />
|
|
|
|
<rule ref="PSR2" />
|
|
</ruleset> |