summaryrefslogtreecommitdiff
path: root/ale_linters/solidity
AgeCommit message (Collapse)Author
2021-07-04Solidity solc linter compatible with 0.6/0.7/0.8 (#3763)NĂ©stor Coppi
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
2019-09-19Add support for `solc` Solidity compiler (#2648)Karl Bartel
* Add support for `solc` Solidity compiler * Set default value for `solidity_solc_options` * Add test for solc handler
2018-09-04Improve ALE project style checkingw0rp
* The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed.
2017-12-05Extract error code from messageFranco Victorio
2017-12-04Add solhint supportFranco Victorio
2017-09-14Add solidity linter: soliumJeff Sutherland