Subversion Repositories vnag

Rev

Rev 76 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
29 daniel-mar 1
parameters:
2
	level: 5
43 daniel-mar 3
	fileExtensions:
4
		- php
5
		- phps
29 daniel-mar 6
	paths:
7
		- .
8
	excludePaths:
76 daniel-mar 9
		#analyse:
10
		#	# Symlinks:
80 daniel-mar 11
		#	- src/plugins/*/vnag_framework.inc.php
12
		#	- src/plugins_intern/*/vnag_framework.inc.php
29 daniel-mar 13
		analyseAndScan:
14
			- _mock
43 daniel-mar 15
			- .phpstan.tmp
16
	tmpDir: .phpstan.tmp
29 daniel-mar 17
	ignoreErrors:
18
		- '#is always (true|false)\.#'
19
		- '#Call to function assert\(\) with false will always evaluate to false\.#'