File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11; ;; drupal/flymake-phpcs.el --- Drupal-mode support for flymake-phpcs
22
3- ; ; Copyright (C) 2012, 2013 Arne Jørgensen
3+ ; ; Copyright (C) 2012, 2013, 2014 Arne Jørgensen
44
55; ; Author: Arne Jørgensen <[email protected] >66
3333(require 'drupal/phpcs )
3434
3535(defun drupal/flymake-phpcs-enable ()
36- " Enable drupal-mode support for flymake-phpcs."
37- (when (and (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes))
36+ " Enable drupal-mode support for flymake-phpcs." ( interactive )
37+ (when (and (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes drupal-info-modes ))
3838 (executable-find flymake-phpcs-command)
3939 drupal/phpcs-standard)
4040 ; ; Set the coding standard to "Drupal" (we checked that it is
You can’t perform that action at this time.
0 commit comments