Skip to content

Commit c94998c

Browse files
[shopsys] upgrade easy coding standards (#3192)
2 parents 83b4273 + 08ddd05 commit c94998c

File tree

3 files changed

+2
-50
lines changed

3 files changed

+2
-50
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,5 @@ 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 ./tests
25-
- name: Run Easy Coding Standards
26-
run: php vendor/bin/ecs check --verbose ./src ./tests
2723
- name: Run PHPUnit
2824
run: php vendor/bin/phpunit tests

composer.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@
4040
"twig/twig": "^3.5.0"
4141
},
4242
"require-dev": {
43-
"phpunit/phpunit": "^9.5.20",
44-
"shopsys/coding-standards": "15.0.x-dev"
43+
"phpunit/phpunit": "^9.5.20"
4544
},
4645
"config": {
4746
"allow-plugins": {
48-
"symfony/flex": true,
49-
"dealerdirect/phpcodesniffer-composer-installer": true
47+
"symfony/flex": true
5048
}
5149
}
5250
}

ecs.php

-42
This file was deleted.

0 commit comments

Comments
 (0)