forked from owncloud/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
19 lines (18 loc) · 826 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
parameters:
bootstrapFiles:
- %currentWorkingDirectory%/lib/base.php
excludePaths:
analyseAndScan:
- %currentWorkingDirectory%/core/ajax/update.php
- %currentWorkingDirectory%/apps/*/tests*
- %currentWorkingDirectory%/settings/templates/*
analyse:
- %currentWorkingDirectory%/apps/*/composer/*
- %currentWorkingDirectory%/apps/*/3rdparty/*
ignoreErrors:
# errors below are to be addressed by own pull requests - non trivial changes required
- '#Instantiated class OCA\\Encryption\\Crypto\\Crypt not found.#'
- '#Instantiated class OCA\\Encryption\\Util not found.#'
- '#Instantiated class OCA\\Encryption\\KeyManager not found.#'
- '#Instantiated class OCA\\Encryption\\Session not found.#'
- '#Instantiated class OCA\\Encryption\\Recovery not found.#'