| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
This also removes LINT_FILE environment variable, other then that functionality
is kept. It is expected that developers needing partial linting will use `make
lint`, touching interesting file before (if not done already by writing to
them).
|
|
|
|
|
| |
For instance to only lint "edit.c"
make lint LINT_FILE="src/nvim/edit.c"
|
|
|
|
| |
Fixes #3174
|
|
|
|
|
| |
It unnecessarily complicates spotting linter errors, as they're usually
surrounded by a bunch of lines saying "Done processing ... ".
|
|
|