You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just bumping to current local_ci and local_moodlecheck that
come with some nice improvements:
- Support .mustachelintignore in mustache linting.
- Better valid API detection (online and external).
- Anonymous classes false positives.
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,13 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
11
11
## [Unreleased]
12
12
No unreleased changes.
13
13
14
+
## [3.0.2] - 2020-09-11
15
+
### Added
16
+
- Skip HTML validation in mustache templates adding a `.mustachelintignore` standard ignores file to the plugin. Useful for templates containing specific syntax not being valid HTML (Ionic..).
17
+
18
+
### Changed
19
+
- Updated project dependencies to current [moodle-local_moodlecheck](https://github.com/moodlehq/moodle-local_moodlecheck) and [moodle-local_ci](https://github.com/moodlehq/moodle-local_ci) versions.
20
+
14
21
## [3.0.1] - 2020-09-04
15
22
### Changed
16
23
- Updated [.travis.dist.yml] to use Postgresql 9.6 (Moodle 3.10 new requirement).
@@ -280,7 +287,8 @@ No unreleased changes.
280
287
-`moodle-plugin-ci shifter` command. Run YUI Shifter on plugin YUI modules.
281
288
-`moodle-plugin-ci csslint` command. Lints the CSS files in the plugin.
0 commit comments