Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-21 | #3633 - Move linter tests into test/linter | w0rp | |
2020-09-09 | Add tests for covering the coming Vint version | w0rp | |
2020-05-30 | vim/vint: show policy name | Keith Maxwell | |
So that I can find the relevant information in the vint linting policy summary and policies can be easily configured https://github.com/Vimjas/vint/wiki/Vint-linting-policy-summary Before this change an example warning message appears as: autocmd should execute in an augroup or execute with a group (see :help :autocmd) After this change the same example appears as: ProhibitAutocmdWithNoGroup - autocmd should execute in an augroup or execute with a group (see :help :autocmd) | |||
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2018-04-08 | Close #1315 - Make the vint executable configurable | w0rp | |