aboutsummaryrefslogtreecommitdiff
path: root/cmake/RunLint.cmake
Commit message (Collapse)AuthorAge
* cmake: allow linting a specific fileBjörn Linse2016-02-25
| | | | | For instance to only lint "edit.c" make lint LINT_FILE="src/nvim/edit.c"
* ci: Use error suppression in place of ignored files list. #3185ZyX2015-08-20
| | | | Fixes #3174
* cmake: Make `make lint` less verboseMichael Reed2015-06-27
| | | | | It unnecessarily complicates spotting linter errors, as they're usually surrounded by a bunch of lines saying "Done processing ... ".
* Linting: Integrate into CMake, enable by default.Florian Walch2014-12-24