14 lines
594 B
XML
14 lines
594 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ruleset name="jsonapi">
|
|
<description>Default PHP CodeSniffer configuration for JSON:API Extras.</description>
|
|
<file>.</file>
|
|
<arg name="extensions" value="inc,install,module,php,profile,test,theme,yml"/>
|
|
|
|
<!--Blacklist of coding standard rules that are not yet fixed. -->
|
|
<rule ref="Drupal">
|
|
<exclude name="Drupal.Commenting.FunctionComment.IncorrectTypeHint"/>
|
|
<exclude name="Drupal.Commenting.FunctionComment.MissingReturnComment"/>
|
|
<exclude name="Drupal.NamingConventions.ValidVariableName.LowerCamelName"/>
|
|
</rule>
|
|
</ruleset>
|