Adjust phan to allow for making progress strengthening analysis
authorErik Bernhardson <ebernhardson@wikimedia.org>
Tue, 13 Dec 2016 17:47:25 +0000 (09:47 -0800)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Tue, 13 Dec 2016 19:21:17 +0000 (11:21 -0800)
commit5c6c93c76dd8d40f0df94d1e7f4d9e573489c7a2
tree6247269022b17426502d88ccc79f50bb98bdbff9
parent98e21f326e28cef36c7d7fd8a80c3cb00918b093
Adjust phan to allow for making progress strengthening analysis

With phan set to only report critical errors it will be quite hard
to cleanup the code base to the point where we are running stronger
analysis. Instead of setting minimimum severity to critical, set
minimum severity to low and suppress all existing issues.

This will allow developers to choose an issue type from the list, fix
it, and update the config.php to report on the issue in the future.

Change-Id: I2771a4ff37f43cca215b939ed7d82f137d72cea6
tests/phan/config.php