summaryrefslogtreecommitdiff
path: root/test/handler/test_solhint_handler.vader
AgeCommit message (Collapse)Author
2021-04-15Updated `solhint` linter to be able to use a local installation (#3682)Henrique Barcelos
* fix: added support for local solhint executable * feat: added support for matching parse errors * test: added test for solhint command callback and handler * chore: removed command callback test * refactor: made solhint handler structure closer to eslint
2017-12-05Extract error code from messageFranco Victorio
2017-12-04Add test for solhint handlerFranco Victorio