Skip to content

Commit 230e579

Browse files
committed
Removed flymake-phpcs from `drush-make-mode' files.
1 parent b929895 commit 230e579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drupal/flymake-phpcs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ file (and thus on the remote machine), or in the same place as
6262
(defun drupal/flymake-phpcs-enable ()
6363
"Enable drupal-mode support for flymake-phpcs."(interactive)
6464
(when (and (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes drupal-info-modes))
65+
(not (derived-mode-p 'drush-make-mode))
6566
(executable-find flymake-phpcs-command)
6667
drupal/phpcs-standard)
6768
;; Set the coding standard to "Drupal" (we checked that it is

0 commit comments

Comments
 (0)