Skip to content

Commit

Permalink
[shopsys] upgrade easy coding standards (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin authored Jun 4, 2024
2 parents e0b806b + a8e371f commit 9b6fdec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 67 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-checks-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ jobs:
tools: composer
- name: Install Composer dependencies
run: composer install --optimize-autoloader --no-interaction
- name: Run parallel-lint
run: php vendor/bin/parallel-lint ./src ./tests
- name: Run Easy Coding Standards
run: php vendor/bin/ecs check --verbose ./src ./tests
- name: Run PHPUnit
run: php vendor/bin/phpunit tests
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@
"twig/twig": "^3.5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"shopsys/coding-standards": "15.0.x-dev"
"phpunit/phpunit": "^9.5.20"
},
"config": {
"allow-plugins": {
"symfony/flex": true,
"dealerdirect/phpcodesniffer-composer-installer": true
"symfony/flex": true
}
}
}
59 changes: 0 additions & 59 deletions ecs.php

This file was deleted.

0 comments on commit 9b6fdec

Please sign in to comment.