aboutsummaryrefslogtreecommitdiff
path: root/vint/vintrc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vint/vintrc.yaml')
-rw-r--r--vint/vintrc.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vint/vintrc.yaml b/vint/vintrc.yaml
new file mode 100644
index 00000000..cf74433a
--- /dev/null
+++ b/vint/vintrc.yaml
@@ -0,0 +1,10 @@
+# Show me all my problems, including matters of style
+cmdargs:
+ severity: style_problem
+
+# Allow "set nocompatible", because it does need to be included for using ex if
+# I don't want so much of my config to break because of 'cpoptions' (especially
+# splitting long lines)
+policies:
+ ProhibitSetNoCompatible:
+ enabled: false