Skip to content

Commit

Permalink
prevent codechecker issues caused by lang file sort order (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom authored Nov 27, 2024
1 parent d3cd67c commit 0b3b975
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/en/opencast.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

// Let codechecker ignore some sniffs for this file as it is partly ordered semantically instead of alphabetically.
// phpcs:disable moodle.Files.LangFilesOrdering.UnexpectedComment
// phpcs:disable moodle.Files.LangFilesOrdering.IncorrectOrder

defined('MOODLE_INTERNAL') || die();

$string['allvideos'] = 'All videos';
Expand Down

0 comments on commit 0b3b975

Please sign in to comment.