forked from moodlehq/moodle-local_codechecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme_moodle.txt
37 lines (24 loc) · 1.13 KB
/
readme_moodle.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Instructions to upgrade the phpcs bundled version:
- Drop a checkout of git://github.com/squizlabs/PHP_CodeSniffer.git
within the "pear/PHP" directory of the plugin. Always removing
all the previous contents.
- Delete not needed stuff, like:
- Tests.
- travis, composer, npm... files.
Current checkout:
2.9.2 (4665f64)
Local modifications (only allowed if there is a PR upstream backing it):
- b98fcbc : MDLSITE-2825 followup: backport #2009 to phpcs 2.7.x. Once
we bump to to phpcs 3.3.0 this hack can be left out. Upstream ref:
https://github.com/squizlabs/PHP_CodeSniffer/issues/2009
===== ===== ===== ===== ===== ===== =====
Instructions to upgrade the PHPCompatibility bundled version:
- Drop a checkout of the PHPCompatibility dir of https://github.com/wimg/PHPCompatibility.git
within the "PHPCompatibility" directory of the local_codechecker plugin. Always
removing all the previous contents.
- Don't delete anything. 100% complete drop.
Current checkout:
9.1.1+ (4487042)
Local modifications (only allowed if there is a PR upstream backing it):
- none right now
===== ===== ===== ===== ===== ===== =====