forked from OS2Valghalla/valghalla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpcs.xml.dist
44 lines (36 loc) · 2.27 KB
/
phpcs.xml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="loop">
<description>PHP CodeSniffer configuration for Valghalla</description>
<arg name="extensions" value="inc,install,module,php,profile,test,theme"/>
<!-- General -->
<file>public_html/profiles/valhalla/modules/valghalla/src</file>
<file>public_html/profiles/valhalla/modules/valghalla/valghalla.install</file>
<file>public_html/profiles/valhalla/modules/valghalla/modules/valghalla_gdpr_dump</file>
<!-- External/internal servers and communication -->
<file>public_html/profiles/valhalla/modules/valghalla/modules/valghalla_external_server</file>
<file>public_html/profiles/valhalla/modules/valghalla/modules/valghalla_internal_server</file>
<file>public_html/profiles/valhalla/modules/valghalla/modules/valghalla_synch_node_export</file>
<file>public_html/profiles/valhalla/modules/valghalla/modules/valghalla_synch_queue</file>
<!-- Notifications -->
<file>public_html/profiles/valhalla/modules/valghalla/modules/valghalla_eboks</file>
<file>public_html/profiles/valhalla/modules/valghalla/modules/valghalla_sms</file>
<file>public_html/profiles/valhalla/modules/valghalla/modules/valghalla_mail</file>
<file>public_html/profiles/valhalla/modules/valghalla/modules/valghalla_notifications</file>
<!-- Theme -->
<file>public_html/profiles/valhalla/themes/custom/bellcom</file>
<file>public_html/profiles/valhalla/themes/custom/site</file>
<!-- Legacy code with changes -->
<file>public_html/profiles/valhalla/modules/valghalla/modules/valghalla_election</file>
<file>public_html/profiles/valhalla/modules/valghalla/modules/valhalla_blocks</file>
<file>public_html/profiles/valhalla/modules/valghalla/modules/odin</file>
<exclude-pattern>*.features.*</exclude-pattern>
<exclude-pattern>*.pages_default.inc</exclude-pattern>
<exclude-pattern>*.strongarm.inc</exclude-pattern>
<exclude-pattern>*.views_default.inc</exclude-pattern>
<exclude-pattern>public_html/profiles/valhalla/themes/custom/site/dist/*</exclude-pattern>
<exclude-pattern>public_html/profiles/valhalla/themes/custom/site/node_modules/*</exclude-pattern>
<exclude-pattern>public_html/profiles/valhalla/themes/custom/site/layouts/grid.css</exclude-pattern>
<!-- Show progress -->
<arg value="p"/>
<rule ref="Drupal"/>
</ruleset>