summaryrefslogtreecommitdiff
path: root/ale_linters/crystal
AgeCommit message (Collapse)Author
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-06Update syntax checkingw0rp
* Line continuation characters should be on the same lines. * .vim file line indentation should be a multiple of 4.
2019-01-27Set lint_file for the ameba linterw0rp
2019-01-27Add initial ameba (crystal linter) support (#2174)Harrison Bachrach
* Add initial ameba (crystal linter) support Note that this depends on saved file as `ameba` does not have STDIN support * Fix formatting of crystal linter documentation * Add tests for ameba executable customization
2017-07-27#810 - Handle output which is not JSON in many lintersw0rp
2017-06-15Fix for Crystal support (#651)David Alexander
* Strip color from Crystal compiler output * Don't lint files if the file doesn't exist * Lint files if they are readable
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-04-15turn on lint_file for crystal build to resolve `require` path errorsJordan Andree
2017-04-15Make code more consistentw0rp
2017-04-13add crystal lintjordanandree
- invokes via `crystal build` command without codegen - adds vader tests