Skip to content

Commit 61dba1f

Browse files
committed
Fix phpcs violations
1 parent d893075 commit 61dba1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/run-sut-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ function dcg_drush {
4646
}
4747

4848
function dcg_phpcs {
49+
# Sniffs below has been fixed in the 3.x branch.
4950
$DRUPAL_DIR/vendor/bin/phpcs \
50-
--exclude='SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator' \
51+
--exclude='SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator,Generic.CodeAnalysis.UselessOverridingMethod' \
5152
-p --standard=Drupal,DrupalPractice "$@"
5253
}
5354

0 commit comments

Comments
 (0)