Subversion Repositories vnag

Rev

Rev 29 | Rev 76 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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