emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 080049a881 130/308: Reenable ignore-errors.


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 080049a881 130/308: Reenable ignore-errors.
Date: Tue, 25 Jan 2022 10:59:38 -0500 (EST)

branch: elpa/drupal-mode
commit 080049a8815776a22e33d50c14bb2c2557cf9539
Author: Thomas Fini Hansen <xen@xen.dk>
Commit: Thomas Fini Hansen <xen@xen.dk>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]