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 to be better aligned with other commands. The original name
comes from the times that we needed local_codechecker (that used
to contain the moodle standard). But that's not the case any more.
Of course, we keep the old "codechecker" working as command
alias, so this change should be 100% BC compatible with current
configurations / uses.
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
11
11
## [Unreleased]
12
12
### Changed
13
13
- Modified the Travis templates and docs to point that, since [MDL-75012](https://tracker.moodle.org/browse/MDL-75012) (core update to Node 18), Ubuntu Focal 20.04 is the minimum required by runs.
14
+
- ACTION REQUIRED: Review any Travis configuration for 39_STABLE and up. Now they require Ubuntu 20.04 (focal) to be specified.
15
+
- The `codechecker` command has been rename to `phpcs`, to better match other command names. The old name remains as alias, so no change is required.
0 commit comments