docker-example-drupal-localgov/phpcs.xml.dist

32 lines
1.6 KiB
Text
Raw Permalink Normal View History

2023-03-03 19:36:19 +00:00
<?xml version="1.0"?>
2023-06-27 21:24:28 +01:00
<!-- Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. -->
2023-04-11 00:36:48 +01:00
2023-03-03 19:36:19 +00:00
<ruleset name="docker-example-drupal-localgov coding standards">
2023-04-23 20:16:52 +01:00
<description>PHPCS configuration file for docker-example-drupal-localgov.</description>
2023-04-23 17:38:17 +01:00
2023-04-23 20:16:52 +01:00
<arg value="np"/>
2023-04-23 17:38:17 +01:00
2023-04-23 20:16:52 +01:00
<rule ref="DrupalPractice"/>
2023-10-08 09:46:03 +01:00
<rule ref="Drupal">
2023-04-23 20:47:31 +01: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-10-08 09:46:03 +01:00
</ruleset>