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

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

[nongnu] elpa/drupal-mode 936ca4afcd 219/308: Run flycheck phpcs checker


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 936ca4afcd 219/308: Run flycheck phpcs checker in-place, so info file rules work properly.
Date: Tue, 25 Jan 2022 10:59:49 -0500 (EST)

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

    Run flycheck phpcs checker in-place, so info file rules work properly.
---
 drupal/flycheck.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drupal/flycheck.el b/drupal/flycheck.el
index 5f2d948bc5..36ef7ca537 100644
--- a/drupal/flycheck.el
+++ b/drupal/flycheck.el
@@ -51,7 +51,7 @@ checker runs those.
 See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
   :command ("phpcs" "--report=emacs"
             (option "--standard=" flycheck-phpcs-standard)
-            source)
+            source-inplace)
   ;; Though phpcs supports Checkstyle output which we could feed to
   ;; `flycheck-parse-checkstyle', we are still using error patterns here,
   ;; because PHP has notoriously unstable output habits.  See URL



reply via email to

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