Skip to content

Commit

Permalink
removes integration with PHP Copy/Paste Detector (PHPCPD) library.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Dec 14, 2023
1 parent 3d85518 commit 923fcfb
Show file tree
Hide file tree
Showing 15 changed files with 248 additions and 427 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ jobs:
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
run: |
moodle-plugin-ci phplint
moodle-plugin-ci phpcpd
moodle-plugin-ci phpmd
moodle-plugin-ci phpcs
moodle-plugin-ci phpcbf
Expand Down Expand Up @@ -245,7 +244,6 @@ jobs:
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
run: |
php build/moodle-plugin-ci.phar phplint
php build/moodle-plugin-ci.phar phpcpd
php build/moodle-plugin-ci.phar phpmd
php build/moodle-plugin-ci.phar phpcs
php build/moodle-plugin-ci.phar phpcbf
Expand Down
1 change: 0 additions & 1 deletion .travis.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ install:

script:
- moodle-plugin-ci phplint
- moodle-plugin-ci phpcpd
- moodle-plugin-ci phpmd
- moodle-plugin-ci phpcs --max-warnings 0
- moodle-plugin-ci phpdoc --max-warnings 0
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ install:
script:
# This is basically "integration" testing.
- moodle-plugin-ci phplint
- moodle-plugin-ci phpcpd
- moodle-plugin-ci phpmd
- moodle-plugin-ci codechecker
- moodle-plugin-ci codefixer
Expand Down
2 changes: 0 additions & 2 deletions bin/moodle-plugin-ci
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use MoodlePluginCI\Command\AddPluginCommand;
use MoodlePluginCI\Command\BehatCommand;
use MoodlePluginCI\Command\CodeCheckerCommand;
use MoodlePluginCI\Command\CodeFixerCommand;
use MoodlePluginCI\Command\CopyPasteDetectorCommand;
use MoodlePluginCI\Command\CoverallsUploadCommand;
use MoodlePluginCI\Command\GruntCommand;
use MoodlePluginCI\Command\InstallCommand;
Expand Down Expand Up @@ -84,7 +83,6 @@ $application->add(new AddPluginCommand(ENV_FILE));
$application->add(new BehatCommand());
$application->add(new CodeCheckerCommand());
$application->add(new CodeFixerCommand());
$application->add(new CopyPasteDetectorCommand());
$application->add(new CoverallsUploadCommand());
$application->add(new GruntCommand());
$application->add(new InstallCommand(ENV_FILE));
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"moodlehq/moodle-cs": "^v3.3.11",
"moodlehq/moodle-local_ci": "^1.0.25",
"moodlehq/moodle-local_moodlecheck": "^1.2.0",
"sebastian/phpcpd": "^6.0.3",
"sebastian/version": "^3.0.2",
"phpunit/php-timer": "^5.0.3",
"phpmd/phpmd": "^2.14.0",
Expand Down
Loading

0 comments on commit 923fcfb

Please sign in to comment.