Skip to content

Commit 6459c84

Browse files
[shopsys] upgrade easy coding standards (#3192)
2 parents 0f4b64b + 706b024 commit 6459c84

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

.github/workflows/run-checks-tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ jobs:
2020
tools: composer
2121
- name: Install Composer dependencies
2222
run: composer install --optimize-autoloader --no-interaction
23-
- name: Run parallel-lint
24-
run: php vendor/bin/parallel-lint ./src
25-
- name: Run Easy Coding Standards
26-
run: php vendor/bin/ecs check --verbose ./src

composer.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,5 @@
1818
"require": {
1919
"php": "^8.3",
2020
"symfony/monolog-bridge": "^5.4.0"
21-
},
22-
"require-dev": {
23-
"shopsys/coding-standards": "15.0.x-dev"
24-
},
25-
"config": {
26-
"allow-plugins": {
27-
"dealerdirect/phpcodesniffer-composer-installer": true
28-
}
2921
}
3022
}

ecs.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)