Subversion Repositories vgwhois

Rev

Rev 76 | Rev 78 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
76 daniel-mar 1
parameters:
2
	level: 5
3
	fileExtensions:
4
		- gu
5
		- php
6
		- phps
7
	paths:
8
		- .
9
	excludePaths:
10
		analyse:
11
			- shared/php_includes/idna_convert.class.php
12
		analyseAndScan:
13
			- .phpstan.tmp
14
	tmpDir: .phpstan.tmp
15
	bootstrapFiles:
16
		- ./maintenance/qa-monitor/config.inc.php
77 daniel-mar 17
		- ./maintenance/pattern-generator/config.inc.php
18
		#- ./maintenance/pattern-generator/rirs.inc.php
76 daniel-mar 19
	ignoreErrors:
20
		- '#is always (true|false)\.#'
21
		#- '#Call to function assert\(\) with false will always evaluate to false\.#'
22
		#- '#with no typehint specified\.#'
23
		# Bug in PHPstan: If you have function() definitions after exit(), this error comes
24
		- '#Unreachable statement - code above always terminates.#'