-
-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy pathphpcs.xml
More file actions
21 lines (18 loc) · 642 Bytes
/
Copy pathphpcs.xml
File metadata and controls
21 lines (18 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<!-- PHP_CodeSniffer standard -->
<!-- See https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml -->
<ruleset name="drupal/drupal-extension">
<description>Drupal Behat Extension coding standards</description>
<arg name="colors"/>
<arg value="sp"/>
<file>src</file>
<file>scripts</file>
<file>tests/behat/bootstrap</file>
<file>tests/behat/fixtures/drupal</file>
<file>tests/phpunit</file>
<rule ref="Drupal">
<exclude name="Drupal.Commenting.Deprecated"/>
</rule>
<rule ref="DrevOps"/>
<rule ref="Generic.PHP.RequireStrictTypes" />
</ruleset>