diff --git a/CHANGES.md b/CHANGES.md index 6efff2db200..a242e6dd983 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### Unreleased +* 2024-06-18 - Release: Let codechecker ignore some sniffs in the language pack. * 2024-06-13 - Cleanup: Change @codingStandardsIgnore tags to phpcs:disable, resolves #676. * 2024-06-12 - Cleanup: Fix CSS warnings in external SCSS tests, resolves #674. diff --git a/lang/en/theme_boost_union.php b/lang/en/theme_boost_union.php index 7c87aa2d903..36c8caeb48b 100644 --- a/lang/en/theme_boost_union.php +++ b/lang/en/theme_boost_union.php @@ -24,6 +24,10 @@ defined('MOODLE_INTERNAL') || die(); +// Let codechecker ignore some sniffs for this file as it is perfectly well ordered, just not alphabetically. +// phpcs:disable moodle.Files.LangFilesOrdering.UnexpectedComment +// phpcs:disable moodle.Files.LangFilesOrdering.IncorrectOrder + // General. $string['pluginname'] = 'Boost Union'; $string['choosereadme'] = '

Theme Boost Union is an enhanced child theme of Boost which is intended, on the one hand, to make Boost simply more configurable and, on the other hand, to provide helpful additional features for the daily Moodle operation of admins, teachers and students.

Boost Union is maintained by
Moodle an Hochschulen e.V.,

in cooperation with
lern.link GmbH

together with
bdecent GmbH

';