summaryrefslogtreecommitdiff
path: root/ale_linters/cuda/nvcc.vim
AgeCommit message (Collapse)Author
2020-08-28Close #3325 - Apply new formatting where possiblew0rp
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-01-26#2132 Unify temporary file management in command.vimw0rp
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.
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2017-09-07Add cuda nvcc linter (#874)BlahGeek
* add cuda nvcc linter