Skip to content

Commit a6a4bfa

Browse files
committed
No quoting necessary, says wiser minds than mine.
1 parent 3878316 commit a6a4bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drupal/flycheck.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
7979
'(("\\(?1:.*\\):\\(?2:[0-9]+\\):\\(?3:[0-9]+\\): error - \\(?4:.*\\)" error)
8080
("\\(?1:.*\\):\\(?2:[0-9]+\\):\\(?3:[0-9]+\\): warning - \\(?4:.*\\)" warning))
8181
:modes '(css-mode js-mode)
82-
:predicate '(lambda ()
83-
(and drupal/flycheck-phpcs-js-and-css (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes)))))
82+
:predicate (lambda ()
83+
(and drupal/flycheck-phpcs-js-and-css (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes)))))
8484
(add-to-list 'flycheck-checkers 'css-js-phpcs)
8585

8686

0 commit comments

Comments
 (0)