branch: elpa/drupal-mode
commit 2e51a209dfec2cd39fcf6d0202843d1646556026
Author: Thomas Fini Hansen <[email protected]>
Commit: Thomas Fini Hansen <[email protected]>

    Properly concat phpcs option in newer flycheck.
---
 drupal/flycheck.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drupal/flycheck.el b/drupal/flycheck.el
index eadca3a124..60bfc9c5e2 100644
--- a/drupal/flycheck.el
+++ b/drupal/flycheck.el
@@ -50,7 +50,7 @@ checker runs those.
 
 See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
   :command ("phpcs" "--report=emacs"
-            (option "--standard=" flycheck-phpcs-standard)
+            (option "--standard=" flycheck-phpcs-standard concat)
             source-inplace)
   ;; Though phpcs supports Checkstyle output which we could feed to
   ;; `flycheck-parse-checkstyle', we are still using error patterns here,

Reply via email to