Use Build Configs for configuration files
This commit is contained in:
parent
568451806e
commit
4c1c13e0e5
11 changed files with 237 additions and 84 deletions
|
|
@ -1,13 +1,15 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. -->
|
||||
|
||||
<ruleset name="atdc coding standards">
|
||||
<description>PHPCS configuration file for atdc.</description>
|
||||
|
||||
<file>web/modules/custom</file>
|
||||
|
||||
|
||||
<arg value="np"/>
|
||||
|
||||
|
||||
<rule ref="Drupal">
|
||||
<rule ref="DrupalPractice"/>
|
||||
|
||||
<rule ref="Drupal">
|
||||
<exclude name="Drupal.Commenting.ClassComment.Missing"/>
|
||||
<exclude name="Drupal.Commenting.DataTypeNamespace.DataTypeNamespace"/>
|
||||
<exclude name="Drupal.Commenting.Deprecated"/>
|
||||
|
|
@ -26,5 +28,4 @@
|
|||
<exclude name="Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps"/>
|
||||
<exclude name="DrupalPractice.Objects.StrictSchemaDisabled.StrictConfigSchema"/>
|
||||
</rule>
|
||||
</ruleset>
|
||||
|
||||
</ruleset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue