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 914d2df commit 2e51a20Copy full SHA for 2e51a20
drupal/flycheck.el
@@ -50,7 +50,7 @@ checker runs those.
50
51
See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
52
:command ("phpcs" "--report=emacs"
53
- (option "--standard=" flycheck-phpcs-standard)
+ (option "--standard=" flycheck-phpcs-standard concat)
54
source-inplace)
55
;; Though phpcs supports Checkstyle output which we could feed to
56
;; `flycheck-parse-checkstyle', we are still using error patterns here,
0 commit comments