Skip to content

Detect more calls

Compare
Choose a tag to compare
@spaze spaze released this 24 Sep 18:36

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)