Skip to content

Commit

Permalink
Removing copy/paste check.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward committed Aug 29, 2024
1 parent b9f5a7c commit cf20dca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ jobs:
if: ${{ always() }}
run: moodle-plugin-ci phplint

- name: PHP Copy/Paste Detector
continue-on-error: true # This step will show errors but will not fail
if: ${{ always() }}
run: moodle-plugin-ci phpcpd

- name: PHP Mess Detector
continue-on-error: true # This step will show errors but will not fail
if: ${{ always() }}
Expand Down

0 comments on commit cf20dca

Please sign in to comment.