Skip to content

Commit

Permalink
Slight tightening of rules
Browse files Browse the repository at this point in the history
Per civicrm/civicrm-core#22515 there are a handful of these- we
can fix the bulk of them pretty easily
eileenmcnaughton authored Jan 16, 2022
1 parent 5fa299b commit b2ad0f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coder_sniffer/Drupal/ruleset.xml
Original file line number Diff line number Diff line change
@@ -63,7 +63,6 @@
<rule ref="Drupal.Commenting.InlineComment.SpacingAfter"><severity>0</severity></rule>
<rule ref="Drupal.Commenting.InlineComment.SpacingBefore"><severity>0</severity></rule>
<rule ref="Drupal.Commenting.InlineComment.WrongStyle"><severity>0</severity></rule>
<rule ref="Drupal.Commenting.VariableComment.IncorrectParamVarName"><severity>0</severity></rule>
<rule ref="Drupal.Files.LineLength.TooLong"><severity>0</severity></rule>
<rule ref="Drupal.Strings.UnnecessaryStringConcat.Found"><severity>0</severity></rule>
<rule ref="Drupal.Formatting.MultipleStatementAlignment.NotSame"><severity>0</severity></rule>

0 comments on commit b2ad0f7

Please sign in to comment.