File tree Expand file tree Collapse file tree 4 files changed +0
-15
lines changed Expand file tree Collapse file tree 4 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ install:
5151
5252script :
5353 - moodle-plugin-ci phplint
54- - moodle-plugin-ci phpcpd
5554 - moodle-plugin-ci phpmd
5655 - moodle-plugin-ci phpcs --max-warnings 0
5756 - moodle-plugin-ci phpdoc --max-warnings 0
Original file line number Diff line number Diff line change @@ -142,11 +142,6 @@ jobs:
142142 if : ${{ !cancelled() }} # prevents CI run stopping if step failed.
143143 run : moodle-plugin-ci phplint
144144
145- - name : PHP Copy/Paste Detector # DEPRECATED
146- continue-on-error : true # This step will show errors but will not fail
147- if : ${{ !cancelled() }}
148- run : moodle-plugin-ci phpcpd
149-
150145 - name : PHP Mess Detector
151146 continue-on-error : true
152147 if : ${{ !cancelled() }}
Original file line number Diff line number Diff line change @@ -129,10 +129,6 @@ install:
129129script :
130130# This step lints your PHP files to check for syntax errors.
131131 - moodle-plugin-ci phplint
132- # This step runs the PHP Copy/Paste Detector on your plugin.
133- # This helps to find code duplication.
134- # (DEPRECATED)
135- - moodle-plugin-ci phpcpd
136132# This step runs the PHP Mess Detector on your plugin. This helps to find
137133# potential problems with your code which can result in
138134# refactoring opportunities.
Original file line number Diff line number Diff line change 7070 if : ${{ !cancelled() }}
7171 run : moodle-plugin-ci phplint
7272
73- - name : PHP Copy/Paste Detector
74- continue-on-error : true # This step will show errors but will not fail
75- if : ${{ !cancelled() }}
76- run : moodle-plugin-ci phpcpd
77-
7873 - name : PHP Mess Detector
7974 continue-on-error : true # This step will show errors but will not fail
8075 if : ${{ !cancelled() }}
You can’t perform that action at this time.
0 commit comments