branch: elpa/drupal-mode
commit 080049a8815776a22e33d50c14bb2c2557cf9539
Author: Thomas Fini Hansen <[email protected]>
Commit: Thomas Fini Hansen <[email protected]>
Reenable ignore-errors.
---
drupal/phpcs.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drupal/phpcs.el b/drupal/phpcs.el
index fe4cc6fe10..7171855b6a 100644
--- a/drupal/phpcs.el
+++ b/drupal/phpcs.el
@@ -26,7 +26,7 @@
;;; Code:
(defcustom drupal/phpcs-standard
- ; (ignore-errors
+ (ignore-errors
(let ((standards (with-output-to-string
(with-current-buffer standard-output
;; Flymake uses flymake-phpcs-command, while
@@ -37,8 +37,7 @@
"\\(Drupal[^,
]*\\)"
standards)
- (match-string-no-properties 1 standards)))
-;)
+ (match-string-no-properties 1 standards))))
"Name of Drupal coding standard rules for PHP CodeSniffer.
This can either be the name of an installed standard (to see
installed standards run `phpcs -i') or it can be the file name of