File: phpcs.xml

package info (click to toggle)
php-oscarotero-gettext 4.8.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,624 kB
  • sloc: php: 5,213; xml: 22; javascript: 18; makefile: 14
file content (14 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<ruleset name="Gettext coding standard">
    <description>Gettext coding standard</description>

    <!-- display progress -->
    <arg value="p"/>
    <arg name="colors"/>

    <!-- coding standard -->
    <rule ref="PSR2"/>

    <!-- Paths to check -->
    <file>src</file>
</ruleset>