# mediawiki-developer-utils **Repository Path**: mirrors_wikimedia/mediawiki-developer-utils ## Basic Information - **Project Name**: mediawiki-developer-utils - **Description**: Mirror from https://gerrit.wikimedia.org/g/mediawiki/tools/code-utils. See https://www.mediawiki.org/wiki/Developer_access for contributing. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MediaWiki code-utils A collections of code utilities for MediaWiki. # Lint and style checks You can run PHP checks via composer: ``` composer install composer test ``` Shell scripts should be passed through https://www.shellcheck.net/ . You can use the Wikimedia Foundation CI container image: ``` docker run --rm -it -v "$(pwd):/src" docker-registry.wikimedia.org/releng/shellcheck ```