-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vintrc.yaml
44 lines (42 loc) · 990 Bytes
/
.vintrc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
cmdargs:
verbose: false
severity: style_problem
error-limit: 50
stat: true
color: true
json: false
env:
neovim: false
stdin_display_name: stdin
# https://github.com/Vimjas/vint/wiki/Vint-linting-policy-summary
policies:
# Warnings
ProhibitAutocmdWithNoGroup:
enabled: true
ProhibitCommandRelyOnUser:
enabled: true
ProhibitCommandWithUnintendedSideEffect:
enabled: true
ProhibitEncodingOptionAfterScriptEncoding:
enabled: true
ProhibitEqualTildeOperator:
enabled: true
ProhibitImplicitScopeBuiltinVariable:
enabled: true
ProhibitMissingScriptEncoding:
enabled: true
ProhibitNoAbortFunction:
enabled: true
ProhibitSetNoCompatible:
enabled: true
ProhibitUnnecessaryDoubleQuote:
enabled: false
ProhibitUnusedVariable:
enabled: true
ProhibitUsingUndeclaredVariable:
enabled: true
# Style Problems
ProhibitAbbreviationOption:
enabled: true
ProhibitImplicitScopeVariable:
enabled: false