Ability to include tools to the workflow that validate or verify codebase.
When I ask composer to change some file I usually have wallabyjs running my tests instantly with smart context (only the currently open test files)
This gives me an idea what the accept changes in the composer did to my code. Are tests failing? passing?
Now it woulb be really great if same how composer can ask lint tools for verification to be able to utilise any tool. Such as Wallabyjs that verify tests.
Sonar, Wallaby, eslint, Plato all those tools could be helpers for composer…