Skip to content

Commit 1545d07

Browse files
committed
Use drupal/phpcs-standard in drupal-phpcs checker
1 parent e47d769 commit 1545d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drupal/flycheck.el

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

0 commit comments

Comments
 (0)