Skip to content

Commit 9696f8c

Browse files
committed
Upgrade symplify/easy-coding-standard package to 12.2
- rule files restructured to fit the new version - ECS is now being run only in the main code base - source: shopsys/shopsys#3192
1 parent 189bbf5 commit 9696f8c

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
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
@@ -22,13 +22,5 @@
2222
"require": {
2323
"php": "^8.3",
2424
"symfony/monolog-bridge": "^5.4.0"
25-
},
26-
"require-dev": {
27-
"shopsys/coding-standards": "14.5.x-dev"
28-
},
29-
"config": {
30-
"allow-plugins": {
31-
"dealerdirect/phpcodesniffer-composer-installer": true
32-
}
3325
}
3426
}

0 commit comments

Comments
 (0)