From 3eb0a6e892214d68ecf91043063636482bea514c Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Thu, 11 Mar 2021 11:07:50 -0500 Subject: [PATCH] Exclude Sniffs that prevent blank lines after comments. This is being discussed upstream in https://www.drupal.org/project/coder/issues/2159253 and https://www.drupal.org/project/coding_standards/issues/2464123. We can remove these exclusions if/when they are removed upstream. --- docker/dev/Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docker/dev/Dockerfile b/docker/dev/Dockerfile index 4b172e0d..db659630 100644 --- a/docker/dev/Dockerfile +++ b/docker/dev/Dockerfile @@ -45,8 +45,13 @@ RUN { \ echo ' '; \ echo ' '; \ echo ' '; \ + # @todo https://www.drupal.org/project/coder/issues/2159253 + echo ' '; \ + echo ' '; \ + echo ' '; \ + # @todo https://www.drupal.org/project/coder/issues/2159253 + echo ' '; \ echo ' '; \ - echo ' '; \ echo ' 0'; \ echo ''; \ } > /var/farmOS/phpcs.xml \