andrewnicols / moodle-cs-strict
The Moodle coding standard with added standards to make it stricter
Package info
github.com/andrewnicols/moodle-cs-strict
Type:phpcodesniffer-standard
pkg:composer/andrewnicols/moodle-cs-strict
v0.1.1
2022-12-20 01:30 UTC
Requires
Requires (Dev)
README
This is an extended version of the Moodle Coding style with added opinionated best practices.
Installation
Via Composer
composer global require andrewnicols/moodle-cs-strict
Configuration
Note: This configuration depends on MDL-76272 having landed
- Create a new
.phpcs.xmlfile in your repository with the content:
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="MoodleCore">
<rule ref="./phpcs.xml"/>
<rule ref="MoodleStrict"/>
</ruleset>