-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
24 lines (20 loc) · 920 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
* flymake-perlcritic.el 1.0.5 (2012-11-06-15:16)
* Add support for php+-mode.
(Contributed by @mgallego.)
* flymake-perlcritic.el 1.0.4 (2012-03-28-06:08)
* Append flymake-mode enable to php-hook rather than prepend.
(Contributed by arnested.)
* flymake-perlcritic.el 1.0.3 (2012-03-22-16:49)
* Fixed accidental inclusion of Makefile in previous patch.
* flymake-perlcritic.el 1.0.2 (2012-03-22-06:15)
* Makefile for ELPA packaging.
(Contributed by arnested.)
* Attempt to autolocate flymake_phpcs wrapper for default value.
(Contributed by arnested.)
* flymake-perlcritic.el 1.0.1 (2012-01-11-22:48)
* Add support for toggle of sniff names in errors.
(Requires PHP_CodeSniffer >= 1.3.4 or from GitHub.)
* Add help-text to flymake_phpcs.
* Bequeath copyright to FSF and add GPL license.
* Define init function as flymake-phpcs-*.
* Override Flymake PHP functions less evilly.