This release adds ability to detect more calls that you'd probably expect to be detected:
- methods that were disallowed on a parent class but are called on child class (#26)
- disallowed trait methods called (#27)
Thanks @enumag for writing the tests (the T in TDD)!
Also
- adds more automatic code tests (linter, code sniffer) (#28)
- documents what can you expect to be detected (#32)