We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f5a7c commit cf20dcaCopy full SHA for cf20dca
.github/workflows/ci.yml
@@ -83,11 +83,6 @@ jobs:
83
if: ${{ always() }}
84
run: moodle-plugin-ci phplint
85
86
- - name: PHP Copy/Paste Detector
87
- continue-on-error: true # This step will show errors but will not fail
88
- if: ${{ always() }}
89
- run: moodle-plugin-ci phpcpd
90
-
91
- name: PHP Mess Detector
92
continue-on-error: true # This step will show errors but will not fail
93
0 commit comments