File: php_codesniffer.xml

package info (click to toggle)
php-phpseclib3 3.0.46-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,528 kB
  • sloc: php: 30,756; xml: 392; makefile: 21
file content (18 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<ruleset name="phpseclib">
    <file>../build/php-cs-fixer.php</file>
    <file>../phpseclib/</file>

    <arg name="extensions" value="php"/>
    <arg name="basepath" value=".."/>
    <arg name="report" value="emacs"/>
    <arg value="s"/>
    <arg value="n"/>
    <arg value="p"/>

    <rule ref="PSR12">
        <exclude name="Squiz.Classes.ValidClassName.NotCamelCaps"/>
        <exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps"/>
        <exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
    </rule>
</ruleset>