summaryrefslogtreecommitdiff
path: root/ale_linters/nim
AgeCommit message (Expand)Author
2019-11-07Add nimcheck end_col optionstamago324
2019-10-17Add support for nimlsp (#2815)Jerko Steiner
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2017-11-19#852 - Capture error codes for nimcheckw0rp
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-06-06#620 Check the Nim files on disk insteadw0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-06Make the nimcheck tests more reliablew0rp
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-15Fix #257 in preparation for #427, standardise options with fallbacks, and mak...w0rp
2017-04-15Make code more consistentw0rp
2017-04-08Added a missing space to the nimcheck commandMathijs Saey
2017-04-07Update nimcheck.vim (#451)Mathijs Saey
2017-03-22Fix problems with nim check (#404)baabelfish
2017-03-18Add support for nim checkbaabelfish