|
5 | 5 | ;; Author: Akiha Senda <senda.akiha@gmail.com> |
6 | 6 | ;; URL: https://github.com/senda-akiha/flymake-phpcs/ |
7 | 7 | ;; Created: 28 Novenver 2013 |
8 | | -;; Version: 20131128.1109 |
| 8 | +;; Version: 20140112.1211 |
9 | 9 | ;; Keywords: flymake, phpcs, php |
10 | 10 | ;; Package-Requires: ((flymake-easy "0.9")) |
11 | 11 |
|
|
29 | 29 |
|
30 | 30 | ;;; Commentary: |
31 | 31 |
|
32 | | -;; To use PHP CodeSniffer with Emacs, you will need PHP CodeSniffer installed |
33 | | -;; and available on your path. You should be able to do |
34 | | - |
35 | | -;; $ phpcs |
36 | | - |
37 | | -;; and, you'll also need to install flymake-easy. |
38 | | - |
39 | | -;;; Usage |
40 | | - |
41 | | -;; Add to your Emacs config: |
42 | | - |
43 | | -;; (require 'flymake-phpcs) |
44 | | -;; (add-hook 'php-mode-hook 'flymake-phpcs-load) |
45 | | - |
46 | | -;; How to customize the Coding Standard: |
47 | | - |
48 | | -;; (custom-set-variables |
49 | | -;; '(flymake-phpcs-standard "PSR2")) |
50 | | - |
51 | | -;; or |
52 | | - |
53 | | -;; (custom-set-variables |
54 | | -;; '(flymake-phpcs-standard "/path/to/MyStandard")) |
55 | | - |
56 | | -;; making sure that flymake-phpcs.el is on your load-path. If not, |
57 | | -;; also add to your config: |
58 | | - |
59 | | -;; (add-to-list 'load-path "~/.emacs.d/path/to/flymake-phpcs.el") |
60 | | - |
61 | | -;;; Debugging |
62 | | - |
63 | | -;; If phpcs isn't working for any reason, execute |
64 | | - |
65 | | -;; M-x set-variable flymake-log-level <RET> 3 |
66 | | - |
67 | | -;; and you will see what is going wrong listed in the *Messages* |
68 | | -;; buffer. |
69 | | - |
70 | | -;;; Changelog |
71 | | - |
72 | | -;; 20131128.1109 -- Release first. |
| 32 | +;; Please check the GitHub |
| 33 | +;; (https://github.com/senda-akiha/flymake-phpcs/) |
| 34 | +;; for more information. |
73 | 35 |
|
74 | 36 | ;;; Code: |
75 | 37 |
|
|
0 commit comments