Exclude Drupal.Arrays.Array.LongLineDeclaration sniff.

This commit is contained in:
Michael Stenta 2020-09-25 08:47:49 -04:00
parent f806b9bc42
commit 2656e0e786
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ RUN { \
echo ' <config name="drupal_core_version" value="9"/>'; \
echo ' <rule ref="Drupal">'; \
echo ' <exclude name="Drupal.InfoFiles.AutoAddedKeys.Version"/>'; \
echo ' <exclude name="Drupal.Arrays.Array.LongLineDeclaration"/>'; \
echo ' </rule>'; \
echo ' <rule ref="DrupalPractice"/>'; \
echo '</ruleset>'; \