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 936ca4a commit e803c00Copy full SHA for e803c00
drupal/flycheck.el
@@ -67,7 +67,7 @@ See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
67
;; We'd prefer to just check drupal-mode, but flycheck global mode
68
;; finds the checker before we get a chance to set drupal-mode.
69
:predicate (lambda ()
70
- (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes drupal-info-modes))))
+ (apply 'derived-mode-p (append drupal-css-modes drupal-js-modes drupal-info-modes))))
71
72
;; Append our custom checker.
73
(add-to-list 'flycheck-checkers 'drupal-phpcs t)
0 commit comments