Skip to content
Snippets Groups Projects
Commit edb14e99 authored by Oliver Davies's avatar Oliver Davies
Browse files

Add phpcs.xml

parent 0c947dff
Branches calendar_sub
No related tags found
No related merge requests found
<?xml version="1.0"?>
<ruleset name="Override Node Options">
<description>Drupal Coding Standards</description>
<arg name="extensions" value="inc,install,module,php,profile,test,yml"/>
<arg name="colors" />
<arg value="np"/>
<!-- Use Drupal rules -->
<rule ref="Drupal"/>
<rule ref="DrupalPractice"/>
<rule ref="Drupal.Commenting.ClassComment.Missing">
<severity>0</severity>
</rule>
<rule ref="Drupal.Commenting.ClassComment.Missing">
<severity>0</severity>
</rule>
<rule ref="Drupal.Commenting.FunctionComment.Missing">
<severity>0</severity>
</rule>
<rule ref="Drupal.Commenting.DocComment.MissingShort">
<severity>0</severity>
</rule>
<rule ref="Drupal.Commenting.FunctionComment.MissingParamComment">
<severity>0</severity>
</rule>
<rule ref="Drupal.Commenting.FunctionComment.MissingReturnComment">
<severity>0</severity>
</rule>
<rule ref="Drupal.Commenting.VariableComment.Missing">
<severity>0</severity>
</rule>
</ruleset>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment