Skip to content

Commit e6c68a4

Browse files
simPodgrongor
authored andcommitted
Drop jakub-onderka/php-parallel-lint
It is handled by other checks so this one is redundant
1 parent 1a070f8 commit e6c68a4

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
- php: nightly
2525

2626
include:
27-
- stage: Code Quality
28-
name: Lint
29-
php: 7.2
30-
script: make lint
3127
- name: Coding Standard
3228
php: 7.2
3329
script: make cs

Makefile

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

32-
.PHONY: lint
33-
lint:
34-
vendor/bin/parallel-lint --exclude vendor --exclude tests/Sniffs/Operators/data .
35-
3632
.PHONY: cs
3733
cs:
3834
vendor/bin/phpcs
@@ -46,7 +42,7 @@ static-analysis:
4642
vendor/bin/phpstan analyse
4743

4844
.PHONY: check
49-
check: build lint cs static-analysis test
45+
check: build cs static-analysis test
5046

5147
### END
5248

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"doctrine/coding-standard": "^8.0"
2020
},
2121
"require-dev": {
22-
"jakub-onderka/php-parallel-lint": "^1.0",
2322
"phpstan/phpstan": "0.12.4",
2423
"phpstan/phpstan-phpunit": "0.12.5",
2524
"phpstan/phpstan-strict-rules": "0.12.1",

0 commit comments

Comments
 (0)