Phan: Difference between revisions
mNo edit summary |
m change category to Static Analysis |
||
| (One intermediate revision by one other user not shown) | |||
| Line 60: | Line 60: | ||
MediaWiki Phan Config has a [https://github.com/wikimedia/mediawiki-tools-phan/blob/master/src/ConfigBuilder.php#L8 ConfigBuilder.php] class that is used to build up the project's phan config. The main file to see how it's configured is '''[https://github.com/wikimedia/mediawiki-tools-phan/blob/master/src/config.php config.php]''' | MediaWiki Phan Config has a [https://github.com/wikimedia/mediawiki-tools-phan/blob/master/src/ConfigBuilder.php#L8 ConfigBuilder.php] class that is used to build up the project's phan config. The main file to see how it's configured is '''[https://github.com/wikimedia/mediawiki-tools-phan/blob/master/src/config.php config.php]''' | ||
After reading that and [https://github.com/wikimedia/mediawiki/blob/d0dae26538d7c5e178de2406e88738933da05f58/.phan/config.php the source of <code>./phan/config.php</code>], we figured out the full configuration, '''and''' that you can create your own overrides/customizations in a file called <code>. | After reading that and [https://github.com/wikimedia/mediawiki/blob/d0dae26538d7c5e178de2406e88738933da05f58/.phan/config.php the source of <code>./phan/config.php</code>], we figured out the full configuration, '''and''' that you can create your own overrides/customizations in a file called <code>.[[phan/local-config.php]]</code><br /> | ||
=====Fully parsed configuration===== | =====Fully parsed configuration===== | ||
| Line 287: | Line 287: | ||
[[Category:Tools]] | [[Category:Tools]] | ||
[[Category:Continuous Integration]] | [[Category:Continuous Integration]] | ||
[[Category:Programming]] | [[Category:Programming]] | ||
[[Category:MediaWiki]] | [[Category:MediaWiki]] | ||
[[Category:Static Analysis]] | |||