Skip to content

Commit 85e4d49

Browse files
committed
Fix the commit reference of the latest local_moodlecheck plugin
The travis-ci is still using the old version of the local_moodlecheck plugin. As a result, I am seeing some false failures such as "Invalid inline phpdocs tag @see found" which I am not getting when using the latest version locally. I suspect that the commit c006b90 only raised the "version" without also setting the right "reference".
1 parent 4b97cd7 commit 85e4d49

File tree

3 files changed

+9
-63
lines changed

3 files changed

+9
-63
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"type": "package",
6565
"package": {
6666
"name": "moodlehq/moodle-local_moodlecheck",
67-
"version": "1.0.1",
67+
"version": "1.0.2",
6868
"source": {
6969
"url": "https://github.com/moodlehq/moodle-local_moodlecheck.git",
7070
"type": "git",
71-
"reference": "272187600c71a7833086c48f6ea40e7287074a7b"
71+
"reference": "ceab6b90ff9f4680468bd6720b2add290b608820"
7272
}
7373
}
7474
}

composer.lock

Lines changed: 6 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
1111
## [Unreleased]
1212
### Changed
1313
- Updated [.travis.dist.yml] to use Postgresql 9.6 (Moodle 3.10 new requirement).
14+
- Updated composer.json to use the latest version of `local_moodlecheck` plugin.
1415

1516
### Fixed
1617
- `moodle-plugin-ci grunt` now also checks `*.js.map` files.

0 commit comments

Comments
 (0)