From c002d58b6c969b45296fd00f862b70d0195ab024 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 8 Dec 2017 10:08:22 +1300 Subject: Add some comments to vintrc --- vint/vintrc.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vint/vintrc.yaml b/vint/vintrc.yaml index 9a8b7128..cf74433a 100644 --- a/vint/vintrc.yaml +++ b/vint/vintrc.yaml @@ -1,6 +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 -- cgit v1.2.3