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 d04b119 commit f57430aCopy full SHA for f57430a
drupal/flycheck.el
@@ -46,7 +46,6 @@ so no need to highlight it twice."
46
(defun drupal/flycheck-hook ()
47
"Enable drupal-mode support for flycheck."
48
(when (and (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes))
49
- (executable-find "phpcs")
50
drupal/phpcs-standard)
51
;; Set the coding standard to "Drupal" (we checked that it is
52
;; supported above.
0 commit comments