forked from RetroAchievements/RAWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
28 lines (28 loc) · 807 Bytes
/
phpstan.neon
File metadata and controls
28 lines (28 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
parameters:
paths:
- cronjobs
- lib
- public
- src
- tests
level: 5
checkMissingIterableValueType: false
treatPhpDocTypesAsCertain: false
ignoreErrors:
- '#Parameter (.*) of function htmlentities expects#'
excludes_analyse:
# disabled features
- public/API/API_GetFeed.php
- public/attemptmerge.php
- public/awardedList.php
- public/feed.php
- public/popularGames.php
- public/rss-activity.xml.php
# composer utility
- src/Utility/ComposerScripts.php
# facebook. google. whatever
- lib/util/facebook/*
- lib/util/facebook.php
- lib/render/facebook.php
- public/request/facebook/connect.php
- lib/util/recaptcha.php