-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Improve phan config #9302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve phan config #9302
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9302 +/- ##
============================================
+ Coverage 51.92% 51.93% +<.01%
Complexity 25388 25388
============================================
Files 1608 1608
Lines 95429 95429
Branches 1394 1394
============================================
+ Hits 49555 49559 +4
+ Misses 45874 45870 -4
|
build/.phan/config.php
Outdated
| 'apps/comments/composer', | ||
| 'apps/comments/tests', | ||
| 'apps/dav/composer', | ||
| 'apps/dav/templates', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm this caught php errors in templates, any reason to exclude them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because there are many undefined variables from phan‘s point of view :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's drop this for now and get the remaining stuff in.
* exclude routes Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
ba7f4f8 to
3aaa230
Compare
|
@nickvergessen Please re-review ;) |
Part of #8375 to get it in in smaller steps