We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f955e commit 936ca4aCopy full SHA for 936ca4a
drupal/flycheck.el
@@ -51,7 +51,7 @@ checker runs those.
51
See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
52
:command ("phpcs" "--report=emacs"
53
(option "--standard=" flycheck-phpcs-standard)
54
- source)
+ source-inplace)
55
;; Though phpcs supports Checkstyle output which we could feed to
56
;; `flycheck-parse-checkstyle', we are still using error patterns here,
57
;; because PHP has notoriously unstable output habits. See URL
0 commit comments