summaryrefslogtreecommitdiff
path: root/test/linter/test_solhint.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