forked from NagVis/nagvis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
23 lines (23 loc) · 761 Bytes
/
phpstan.neon
File metadata and controls
23 lines (23 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
parameters:
level: 0
paths:
- .
excludePaths:
- vendor
- share/frontend/nagvis-js/ext
- share/server/core/ext
- etc/conf.d/demo.ini.php
bootstrapFiles:
- share/server/core/defines/global.php
- share/server/core/defines/matches.php
- share/frontend/nagvis-js/ext/dwoo-1.1.0/dwooAutoload.php
- share/server/core/ext/php-gettext-1.0.12/gettext.inc
- stub_multisite_auth.php
- stub_hosttags.php
ignoreErrors:
-
identifier: requireOnce.fileNotFound
path: share/server/core/classes/CoreTemplateSystem.php
-
identifier: requireOnce.fileNotFound
path: share/server/core/classes/GlobalLanguage.php