Skip to content

Commit b43a9b5

Browse files
committed
Remove symplify/easy-coding-standard because its too huge and buggy for long time
1 parent c691bdc commit b43a9b5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
- name: PHPStan
1818
run: composer phpstan
1919

20-
- name: Easy Coding Standard
21-
run: composer ecs
22-
2320
- name: Nette Tester
2421
run: composer tester
2522

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@
3838
},
3939
"require-dev": {
4040
"phpstan/phpstan": "^0.12.50",
41-
"symplify/easy-coding-standard": "^8.3",
4241
"nette/tester": "^2.3"
4342
},
4443
"scripts": {
4544
"phpstan": "phpstan analyze src --level 8",
46-
"ecs": "ecs check src tests --set psr12",
47-
"ecs-fix": "ecs check src tests --set psr12 --fix",
4845
"tester": "tester tests"
4946
}
5047
}

0 commit comments

Comments
 (0)