-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpcs.xml.dist
More file actions
19 lines (16 loc) · 966 Bytes
/
phpcs.xml.dist
File metadata and controls
19 lines (16 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<ruleset name="frontkom">
<description>The coding standard for Frontkom.</description>
<arg name="extensions" value="inc,install,module,php,profile,test,theme"/>
<file>./web/modules/custom</file>
<exclude-pattern>./drupal/modules/nymedia/**/*.css</exclude-pattern>
<exclude-pattern>./drupal/themes/nymedia/**/*.css</exclude-pattern>
<exclude-pattern>./drupal/themes/custom/**/*.css</exclude-pattern>
<exclude-pattern>./drupal/modules/nymedia/**/node_modules/**</exclude-pattern>
<exclude-pattern>./drupal/themes/**/node_modules/**</exclude-pattern>
<exclude-pattern>./drupal/modules/nymedia/**/*.txt</exclude-pattern>
<exclude-pattern>./drupal/modules/custom/**/*.txt</exclude-pattern>
<exclude-pattern>./drupal/modules/nymedia/**/*.md</exclude-pattern>
<exclude-pattern>./drupal/modules/custom/**/*.md</exclude-pattern>
<rule ref="./vendor/drupal/coder/coder_sniffer/Drupal"/>
</ruleset>