We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47d769 commit 1545d07Copy full SHA for 1545d07
1 file changed
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 concat)
+ (option "--standard=" drupal/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