summaryrefslogtreecommitdiff
path: root/test/command_callback/test_vint_command_callback.vader
AgeCommit message (Collapse)Author
2021-03-21#3633 - Move linter tests into test/linterw0rp
2020-09-09Add tests for covering the coming Vint versionw0rp
2020-05-30vim/vint: show policy nameKeith 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-15Massively reduce the amount of code needed for linter testsw0rp
2018-04-08Close #1315 - Make the vint executable configurablew0rp