UNPKG

739 BXMLView Raw
1<?xml version="1.0"?>
2<ruleset name="Drupal" namespace="Burst">
3 <rule ref="./vendor/drupal/coder/coder_sniffer/Drupal">
4 <!--
5 Don't require comments everywhere.
6 -->
7 <exclude name="Drupal.Commenting.FileComment.Missing" />
8 <exclude name="Drupal.Commenting.ClassComment.Missing" />
9 <exclude name="Drupal.Commenting.DocComment.ShortSingleLine" />
10 <exclude name="Drupal.Commenting.DocComment.MissingShort" />
11 <exclude name="Drupal.Commenting.FunctionComment.Missing" />
12 <exclude name="Drupal.Commenting.FunctionComment.MissingParamComment" />
13 <exclude name="Drupal.Commenting.FunctionComment.MissingReturnComment" />
14 <exclude name="Drupal.Commenting.VariableComment.Missing" />
15 </rule>
16</ruleset>
\No newline at end of file