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

    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