Skip to content

First stable release

Pre-release
Pre-release
Compare
Choose a tag to compare
@quasilyte quasilyte released this 31 Oct 11:16
· 636 commits to master since this release
3a7013d

Tested on a big PHP corpus, this NoVerify version can run on most code bases without major problems.

Support for modern PHP7 features is still incomplete and there can be issues with false positives for that code.

By the defailt, linter is very strict when it comes down to types, so it might be required to add more type hints/annotations to make it run properly.

In case if you have a lot of warnings in your code, consider switching to diff mode, where warnings are produces only for a new code (lines that were changed or added). It works only for git-versioned code though.

If you have any issues with this release, please file an issue and let us know!