UNPKG

857 BXMLView Raw
1<?xml version="1.0"?>
2<ruleset name="Drupal" namespace="Burst">
3 <!-- Keep these in sync with linters/phpcs.ts -->
4 <arg name="extensions" value="php,module,theme,inc,install" />
5
6 <rule ref="./vendor/drupal/coder/coder_sniffer/Drupal">
7 <!--
8 Don't require comments everywhere.
9 -->
10 <exclude name="Drupal.Commenting.FileComment.Missing" />
11 <exclude name="Drupal.Commenting.ClassComment.Missing" />
12 <exclude name="Drupal.Commenting.DocComment.ShortSingleLine" />
13 <exclude name="Drupal.Commenting.DocComment.MissingShort" />
14 <exclude name="Drupal.Commenting.FunctionComment.Missing" />
15 <exclude name="Drupal.Commenting.FunctionComment.MissingParamComment" />
16 <exclude name="Drupal.Commenting.FunctionComment.MissingReturnComment" />
17 <exclude name="Drupal.Commenting.VariableComment.Missing" />
18 </rule>
19</ruleset>
\No newline at end of file