Skip to content

Commit

Permalink
MBS-9493: Remove Mess Detector
Browse files Browse the repository at this point in the history
  • Loading branch information
PhMemmel authored and Tobias Garske committed Nov 13, 2024
1 parent 5312934 commit b9c8d1f
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 @@ -70,11 +70,6 @@ jobs:
if: ${{ !cancelled() }}
run: moodle-plugin-ci phplint

- name: PHP Mess Detector
continue-on-error: true # This step will show errors but will not fail
if: ${{ !cancelled() }}
run: moodle-plugin-ci phpmd

- name: Moodle Code Checker
if: ${{ !cancelled() }}
run: moodle-plugin-ci phpcs --max-warnings 0
Expand Down

0 comments on commit b9c8d1f

Please sign in to comment.