From 057fa9861410bc49b2fb90718495c06095519e33 Mon Sep 17 00:00:00 2001 From: Matthew Ross Date: Tue, 7 Jun 2016 21:32:22 -0400 Subject: [PATCH] Disable ColorVariable linter --- lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lint.yml b/lint.yml index 7b940bb..53bc1cd 100644 --- a/lint.yml +++ b/lint.yml @@ -1,4 +1,7 @@ linters: + ColorVariable: + enabled: false + Indentation: width: 4