File tree Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Expand file tree Collapse file tree 3 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 24
24
- php : nightly
25
25
26
26
include :
27
- - stage : Code Quality
28
- name : Lint
29
- php : 7.2
30
- script : make lint
31
27
- name : Coding Standard
32
28
php : 7.2
33
29
script : make cs
Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ vendor/lock: composer.json
29
29
test :
30
30
vendor/bin/phpunit $(PHPUNIT_ARGS )
31
31
32
- .PHONY : lint
33
- lint :
34
- vendor/bin/parallel-lint --exclude vendor --exclude tests/Sniffs/Operators/data .
35
-
36
32
.PHONY : cs
37
33
cs :
38
34
vendor/bin/phpcs
@@ -46,7 +42,7 @@ static-analysis:
46
42
vendor/bin/phpstan analyse
47
43
48
44
.PHONY : check
49
- check : build lint cs static-analysis test
45
+ check : build cs static-analysis test
50
46
51
47
# ## END
52
48
Original file line number Diff line number Diff line change 19
19
"doctrine/coding-standard" : " ^8.0"
20
20
},
21
21
"require-dev" : {
22
- "jakub-onderka/php-parallel-lint" : " ^1.0" ,
23
22
"phpstan/phpstan" : " 0.12.4" ,
24
23
"phpstan/phpstan-phpunit" : " 0.12.5" ,
25
24
"phpstan/phpstan-strict-rules" : " 0.12.1" ,
You can’t perform that action at this time.
0 commit comments