We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3878316 commit a6a4bfaCopy full SHA for a6a4bfa
drupal/flycheck.el
@@ -79,8 +79,8 @@ See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
79
'(("\\(?1:.*\\):\\(?2:[0-9]+\\):\\(?3:[0-9]+\\): error - \\(?4:.*\\)" error)
80
("\\(?1:.*\\):\\(?2:[0-9]+\\):\\(?3:[0-9]+\\): warning - \\(?4:.*\\)" warning))
81
: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)))))
+ :predicate (lambda ()
+ (and drupal/flycheck-phpcs-js-and-css (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes)))))
84
(add-to-list 'flycheck-checkers 'css-js-phpcs)
85
86
0 commit comments