File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ * flymake-perlcritic.el 1.0.5 (2012-11-06-15:16)
2
+ * Add support for php+-mode.
3
+ (Contributed by @mgallego.)
4
+
1
5
* flymake-perlcritic.el 1.0.4 (2012-03-28-06:08)
2
6
* Append flymake-mode enable to php-hook rather than prepend.
3
7
(Contributed by arnested.)
Original file line number Diff line number Diff line change 5
5
; ; Author: Sam Graham <libflymake-phpcs-emacs BLAHBLAH illusori.co.uk>
6
6
; ; Maintainer: Sam Graham <libflymake-phpcs-emacs BLAHBLAH illusori.co.uk>
7
7
; ; URL: https://github.com/illusori/emacs-flymake-phpcs
8
- ; ; Version: 1.0.4
8
+ ; ; Version: 1.0.5
9
9
; ; Package-Requires: ((flymake "0.3"))
10
10
; ; This program is free software: you can redistribute it and/or modify
11
11
; ; it under the terms of the GNU General Public License as published by
74
74
'(" \\ (.*\\ ):\\ ([0-9]+\\ ):\\ ([0-9]+\\ ): \\ (.*\\ )" 1 2 3 4 ))
75
75
(let ((mode-and-masks (flymake-get-file-name-mode-and-masks " example.php" )))
76
76
(setcar mode-and-masks 'flymake-phpcs-init ))
77
- (add-hook 'php+-mode-hook (lambda () (flymake-mode 1 )))
77
+ (add-hook 'php+-mode-hook (lambda () (flymake-mode 1 )) t )
78
78
(add-hook 'php-mode-hook (lambda () (flymake-mode 1 )) t )))
79
79
80
80
(provide 'flymake-phpcs )
You can’t perform that action at this time.
0 commit comments