vim-vint: add module (#3604)
* vim-vint: add module * vim-vint: add tests * maintainers: add tomodachi94 * vim-vint: fix tests --------- Co-authored-by: Naïm Favier <n@monade.li>
This commit is contained in:
parent
e716961d78
commit
ffc022b6a7
8 changed files with 92 additions and 0 deletions
16
tests/modules/programs/vim-vint/basic-configuration.yaml
Normal file
16
tests/modules/programs/vim-vint/basic-configuration.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
cmdargs:
|
||||
color: true
|
||||
env:
|
||||
neovim: true
|
||||
severity: error
|
||||
policies:
|
||||
ProhibitAbbreviationOption:
|
||||
enabled: false
|
||||
ProhibitEqualTildeOperator:
|
||||
enabled: false
|
||||
ProhibitImplicitScopeVariable:
|
||||
enabled: false
|
||||
ProhibitSetNoCompatible:
|
||||
enabled: false
|
||||
ProhibitUsingUndeclaredVariable:
|
||||
enabled: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue