Skip to content

Commit 936ca4a

Browse files
committed
Run flycheck phpcs checker in-place, so info file rules work properly.
1 parent e6f955e commit 936ca4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drupal/flycheck.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ checker runs those.
5151
See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
5252
:command ("phpcs" "--report=emacs"
5353
(option "--standard=" flycheck-phpcs-standard)
54-
source)
54+
source-inplace)
5555
;; Though phpcs supports Checkstyle output which we could feed to
5656
;; `flycheck-parse-checkstyle', we are still using error patterns here,
5757
;; because PHP has notoriously unstable output habits. See URL

0 commit comments

Comments
 (0)