dshoreman / servidor

A modern web application for managing servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to find a Static Analysis tool

dshoreman opened this issue · comments

Running tests is fine, but that's only half the battle. If we can get some kind of static analysis thing added to the toolchain in Travis then it could help solve a lot of bugs from dodgy code before they ever happen.

Not sure about psalm, the idea of XML for config makes me cringe, but need to actually check the docs before jumping to conclusions. Phpactor uses php-stan, but there's also Phan.

Who knows, maybe we just end up using all of 'em.