Skip to content

Commit

Permalink
MDL-74511 core: Add phpcs default config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols authored and junpataleta committed May 6, 2022
1 parent 61d140e commit 16b30d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .grunt/tasks/ignorefiles.js
Expand Up @@ -39,7 +39,7 @@ module.exports = grunt => {
{
rule: {
_attrs: {
ref: 'moodle',
ref: './.phpcs.xml.dist',
},
},
},
Expand Down
4 changes: 4 additions & 0 deletions .phpcs.xml.dist
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="MoodleCore">
<rule ref="moodle"/>
</ruleset>

0 comments on commit 16b30d9

Please sign in to comment.