emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 1545d07f0d 265/308: Use drupal/phpcs-standard


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 1545d07f0d 265/308: Use drupal/phpcs-standard in drupal-phpcs checker
Date: Tue, 25 Jan 2022 10:59:53 -0500 (EST)

branch: elpa/drupal-mode
commit 1545d07f0d3149008b25e58c345f8291b9f89796
Author: Thomas Fini Hansen <xen@xen.dk>
Commit: Thomas Fini Hansen <xen@xen.dk>

    Use drupal/phpcs-standard in drupal-phpcs checker
---
 drupal/flycheck.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drupal/flycheck.el b/drupal/flycheck.el
index 7b3ba4a65e..1eb3675bf7 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 concat)
+            (option "--standard=" drupal/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

[Prev in Thread] Current Thread [Next in Thread]