From 3c8dc61f1776be806c217a96c3ae5dd426920484 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 16 Mar 2017 14:45:35 -0400 Subject: [PATCH] Exclude reset SCSS from linting --- .scss-lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.scss-lint.yml b/.scss-lint.yml index d4ab56d..a8edaa0 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -1,7 +1,9 @@ # Default application configuration that all configurations inherit from. scss_files: "_sass/**/*.scss" -exclude: "_sass/vendor/**" +exclude: + - "_sass/_reset.scss" + - "_sass/vendor/**" plugin_directories: ['.scss-linters'] # List of gem names to load custom linters from (make sure they are already