We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf1968 commit 0096d83Copy full SHA for 0096d83
Makefile
@@ -28,10 +28,6 @@ vendor/lock: composer.json
28
test:
29
vendor/bin/phpunit $(PHPUNIT_ARGS)
30
31
-.PHONY: lint
32
-lint:
33
- vendor/bin/parallel-lint --exclude vendor .
34
-
35
.PHONY: cs
36
cs:
37
vendor/bin/phpcs
@@ -45,7 +41,7 @@ static-analysis:
45
41
vendor/bin/phpstan analyse
46
42
47
43
.PHONY: check
48
-check: build lint cs static-analysis test
44
+check: build cs static-analysis test
49
50
### END
51
composer.json
@@ -23,7 +23,6 @@
23
},
24
"require-dev": {
25
"cdn77/coding-standard": "^7.0",
26
- "jakub-onderka/php-parallel-lint": "^1.0",
27
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.0.0",
0 commit comments