forked from revive-adserver/revive-adserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
44 lines (44 loc) · 1.05 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
includes:
- phpstan-baseline.neon
parameters:
tmpDir: var/cache/tools/phpstan
level: 0
paths:
- .
scanFiles:
- constants.php
- memory.php
- variables.php
excludePaths:
analyseAndScan:
- lib/xmlrpc/php/openads-api-xmlrpc.inc.php
- plugins/*
- plugins_repo/openXDeveloperToolbox
- plugins_dev/*
- */tests/*
- var/*
- www/admin/plugins
- www/api/rest
- www/delivery
- www/devel
- www/api
analyse:
- etc
- lib/JSON
- lib/max/language
- lib/minify
- lib/pear
- lib/pclzip
- lib/simpletest
- lib/smarty
- lib/vendor
- lib/wact
- lib/xajax
- lib/Zend
- www/api/v1
- constants.php
- variables.php
bootstrapFiles:
- phpstan-bootstrap.php
ignoreErrors:
- '#should return#'