File tree Expand file tree Collapse file tree 4 files changed +18
-40
lines changed Expand file tree Collapse file tree 4 files changed +18
-40
lines changed Original file line number Diff line number Diff line change 27
27
- travis_retry php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls/php-coveralls && ./tools/php-coveralls --verbose
28
28
- travis_retry wget --no-verbose https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
29
29
30
- - stage : lint
31
- php : 7.1
32
- before_script :
33
- - travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
34
- script :
35
- - ./tools/phpstan analyse src --level max --configuration phpstan.neon
36
- - composer create-project symplify/easy-coding-standard temp/ecs ^3 && temp/ecs/bin/ecs check src tests
37
-
38
30
cache :
39
31
directories :
40
32
- $HOME/.composer/cache/files
41
- - $HOME/.phive
42
33
43
34
notifications :
44
35
irc : " irc.freenode.org#phpdocumentor"
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <psalm
3
+ totallyTyped =" false"
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns =" https://getpsalm.org/schema/config"
6
+ xsi : schemaLocation =" https://getpsalm.org/schema/config file:///composer/vendor/vimeo/psalm/config.xsd"
7
+ >
8
+ <projectFiles >
9
+ <directory name =" src" />
10
+ <ignoreFiles >
11
+ <directory name =" vendor" />
12
+ </ignoreFiles >
13
+ </projectFiles >
14
+
15
+ <issueHandlers >
16
+ <LessSpecificReturnType errorLevel =" info" />
17
+ </issueHandlers >
18
+ </psalm >
You can’t perform that action at this time.
0 commit comments