Subversion Repositories vnag

Rev

Rev 29 | Rev 76 | Go to most recent revision | 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:
9
		analyse:
10
			# Symlinks:
11
			- plugins/*/vnag_framework.inc.php
12
			- plugins_intern/*/vnag_framework.inc.php
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\.#'