Skip to content

Commit 08be1fc

Browse files
committed
Cleaned up
1 parent 8238be4 commit 08be1fc

15 files changed

Lines changed: 593 additions & 599 deletions

.phpcs.xml.dist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<exclude-pattern>rector.php</exclude-pattern>
1313

1414
<arg value="p"/>
15+
<arg value="s"/>
1516

1617
<arg name="extensions" value="php,module,inc,install,test,profile,theme,css,info,txt,yml"/>
1718

@@ -25,5 +26,8 @@
2526
<exclude name="Drupal.NamingConventions.ValidEnumCase.NoUpperAcronyms" />
2627
<exclude name="Drupal.NamingConventions.ValidEnumCase.NoUnderscores" />
2728
</rule>
28-
<rule ref="Squiz.Strings.DoubleQuoteUsage.NotRequired"/>
29+
<rule ref="Squiz.Strings.DoubleQuoteUsage.NotRequired"/>
30+
<rule ref="Drupal.Commenting.VariableComment.Missing">
31+
<exclude-pattern>src/Settings/</exclude-pattern>
32+
</rule>
2933
</ruleset>

0 commit comments

Comments
 (0)