Skip to content

Commit f57430a

Browse files
committed
Really no need to check for existence of phpcs command.
1 parent d04b119 commit f57430a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drupal/flycheck.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ so no need to highlight it twice."
4646
(defun drupal/flycheck-hook ()
4747
"Enable drupal-mode support for flycheck."
4848
(when (and (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes))
49-
(executable-find "phpcs")
5049
drupal/phpcs-standard)
5150
;; Set the coding standard to "Drupal" (we checked that it is
5251
;; supported above.

0 commit comments

Comments
 (0)