branch: elpa/drupal-mode
commit 1545d07f0d3149008b25e58c345f8291b9f89796
Author: Thomas Fini Hansen <[email protected]>
Commit: Thomas Fini Hansen <[email protected]>
Use drupal/phpcs-standard in drupal-phpcs checker
---
drupal/flycheck.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drupal/flycheck.el b/drupal/flycheck.el
index 7b3ba4a65e..1eb3675bf7 100644
--- a/drupal/flycheck.el
+++ b/drupal/flycheck.el
@@ -50,7 +50,7 @@ checker runs those.
See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
:command ("phpcs" "--report=emacs"
- (option "--standard=" flycheck-phpcs-standard concat)
+ (option "--standard=" drupal/phpcs-standard concat)
source-inplace)
;; Though phpcs supports Checkstyle output which we could feed to
;; `flycheck-parse-checkstyle', we are still using error patterns here,