Skip to content

Commit b27678e

Browse files
jrchampstronk7
authored andcommitted
ci examples: use phpcs command instead of codechecker alias
1 parent 99042de commit b27678e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/GHAFileExplained.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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() }}

docs/TravisFileExplained.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gha.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
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() }}

0 commit comments

Comments
 (0)