Skip to content

Commit 0096d83

Browse files
authored
chore(deps): remove jakub-onderka/php-parallel-lint (#93)
1 parent 8bf1968 commit 0096d83

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ vendor/lock: composer.json
2828
test:
2929
vendor/bin/phpunit $(PHPUNIT_ARGS)
3030

31-
.PHONY: lint
32-
lint:
33-
vendor/bin/parallel-lint --exclude vendor .
34-
3531
.PHONY: cs
3632
cs:
3733
vendor/bin/phpcs
@@ -45,7 +41,7 @@ static-analysis:
4541
vendor/bin/phpstan analyse
4642

4743
.PHONY: check
48-
check: build lint cs static-analysis test
44+
check: build cs static-analysis test
4945

5046
### END
5147

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
},
2424
"require-dev": {
2525
"cdn77/coding-standard": "^7.0",
26-
"jakub-onderka/php-parallel-lint": "^1.0",
2726
"phpstan/extension-installer": "^1.0",
2827
"phpstan/phpstan": "^1.0.0",
2928
"phpstan/phpstan-phpunit": "^1.0.0",

0 commit comments

Comments
 (0)