Exclude reset SCSS from linting
This commit is contained in:
parent
4099f6c519
commit
3c8dc61f17
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue