Skip to content

Commit f4c7b99

Browse files
authored
Merge pull request #85 from stronk7/small_readme_changes
Small changes to README
2 parents b29147e + 4ed66c5 commit f4c7b99

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Changes in version 2.9.7 (20200718) - Bye bye, JS
22
-------------------------------------------------
3-
- [PR75](https://github.com/moodlehq/moodle-local_codechecker/pull/75) and [PR#77](https://github.com/moodlehq/moodle-local_codechecker/pull/77): Small tweaks for better transition to phpcs3.
3+
- [PR#75](https://github.com/moodlehq/moodle-local_codechecker/pull/75) and [PR#77](https://github.com/moodlehq/moodle-local_codechecker/pull/77): Small tweaks for better transition to phpcs3.
44
- CONTRIB-8122: Stop processing non-php files (runner and UI).
55

66
Changes in version 2.9.6 (20200611) - June's Roentgenium

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Moodle Code Checker
66
Information
77
-----------
88

9-
This Moodle plugin uses the Pear CodeSniffer library to
10-
check that code follows the Moodle coding guidelines, available @
11-
<http://docs.moodle.org/en/Development:Coding_style>.
9+
This Moodle plugin uses the [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) tool to
10+
check that code follows the [Moodle coding style](http://docs.moodle.org/dev/Coding_style). It
11+
implements and reuses a set of 'sniffs' that check many aspects of the code,
12+
including the awesome [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) ones.
1213

1314
It was created by developers at the Open University, including Sam Marshall,
1415
Tim Hunt and Jenny Gray. It is now maintained by Moodle HQ.

0 commit comments

Comments
 (0)