summaryrefslogtreecommitdiff
path: root/ale_linters/dafny
AgeCommit message (Collapse)Author
2021-01-23dafny: update filename handlingD. Ben Knoble
cf. #3475, #3390
2021-01-20Merge pull request #3475 from benknoble/dafny-include-timeoutsHoracio Sanson
dafny: add a timeLimit option and message-parsing
2020-11-30dafny: add a timeLimit option and message-parsingD. Ben Knoble
2020-10-08dafny: include correct filename in lint resultsD. Ben Knoble
Results can come from included files, not just the current buffer.
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-11-08ale_linters/dafny: lint only saved filesTaylor Blau
2017-11-07ale_linters: add 'dafny' linterTaylor Blau