From b4957fa34a781af453eeb548fbce86339791b914 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 16 Mar 2017 11:55:17 -0400 Subject: [PATCH] Exclude vendor CSS from SCSS Lint --- .scss-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.scss-lint.yml b/.scss-lint.yml index 2752695..06e5633 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -1,6 +1,7 @@ # Default application configuration that all configurations inherit from. scss_files: "_sass/**/*.scss" +exclude: "_sass/vendor/**" plugin_directories: ['.scss-linters'] # List of gem names to load custom linters from (make sure they are already