File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ script:
5050 - moodle-plugin-ci phplint
5151 - moodle-plugin-ci phpcpd
5252 - moodle-plugin-ci phpmd
53- - moodle-plugin-ci codechecker
53+ - moodle-plugin-ci phpcs
5454 - moodle-plugin-ci validate
5555 - moodle-plugin-ci savepoints
5656 - moodle-plugin-ci mustache
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149
150150 - name : Moodle Code Checker
151151 if : ${{ always() }}
152- run : moodle-plugin-ci codechecker --max-warnings 0
152+ run : moodle-plugin-ci phpcs --max-warnings 0
153153
154154 - name : Moodle PHPDoc Checker
155155 if : ${{ always() }}
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ script:
134134# conforms to the Moodle coding standards. It is highly recommended
135135# that you keep this step.
136136# To fail on warnings use --max-warnings 0
137- - moodle-plugin-ci codechecker
137+ - moodle-plugin-ci phpcs
138138# This step runs Moodle PHPDoc checker on your plugin.
139139 - moodle-plugin-ci phpdoc
140140# This step runs some light validation on the plugin file structure
Original file line number Diff line number Diff line change 8181
8282 - name : Moodle Code Checker
8383 if : ${{ always() }}
84- run : moodle-plugin-ci codechecker --max-warnings 0
84+ run : moodle-plugin-ci phpcs --max-warnings 0
8585
8686 - name : Moodle PHPDoc Checker
8787 if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments