docker-example-drupal/phpcs.xml.dist

33 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-01-21 15:50:45 +00:00
<?xml version="1.0"?>
2023-06-27 20:21:55 +00:00
<!-- Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. -->
2023-04-10 23:36:44 +00:00
2023-01-21 15:50:45 +00:00
<ruleset name="docker-example-drupal coding standards">
2023-04-23 19:15:24 +00:00
<description>PHPCS configuration file for docker-example-drupal.</description>
2023-04-23 16:38:13 +00:00
2023-04-23 19:15:24 +00:00
<file>web/modules/custom</file>
<arg value="np"/>
2023-04-23 16:38:13 +00:00
2023-04-23 19:15:24 +00:00
<rule ref="DrupalPractice"/>
2023-09-24 21:57:34 +00:00
<rule ref="Drupal">
2023-04-23 19:15:24 +00:00
<exclude name="Drupal.Commenting.ClassComment.Missing"/>
<exclude name="Drupal.Commenting.DataTypeNamespace.DataTypeNamespace"/>
<exclude name="Drupal.Commenting.Deprecated"/>
<exclude name="Drupal.Commenting.DocComment.ContentAfterOpen"/>
<exclude name="Drupal.Commenting.DocComment.MissingShort"/>
<exclude name="Drupal.Commenting.FunctionComment.IncorrectParamVarName"/>
<exclude name="Drupal.Commenting.FunctionComment.IncorrectTypeHint"/>
<exclude name="Drupal.Commenting.FunctionComment.InvalidReturn"/>
<exclude name="Drupal.Commenting.FunctionComment.Missing"/>
<exclude name="Drupal.Commenting.FunctionComment.MissingParamComment"/>
<exclude name="Drupal.Commenting.FunctionComment.MissingReturnComment"/>
<exclude name="Drupal.Commenting.FunctionComment.ParamTypeSpaces"/>
<exclude name="Drupal.Commenting.FunctionComment.TypeHintMissing"/>
<exclude name="Drupal.Commenting.InlineComment.DocBlock"/>
<exclude name="Drupal.Commenting.VariableComment.Missing"/>
<exclude name="Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps"/>
<exclude name="DrupalPractice.Objects.StrictSchemaDisabled.StrictConfigSchema"/>
</rule>
2023-09-24 21:57:34 +00:00
</ruleset>