Exclude reset SCSS from linting

This commit is contained in:
Michael Rose 2017-03-16 14:45:35 -04:00
parent 4099f6c519
commit 3c8dc61f17
1 changed files with 3 additions and 1 deletions

View File

@ -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