SCSS Lint all _sass files

This commit is contained in:
Michael Rose 2017-03-16 11:39:01 -04:00
parent 21494729e1
commit a74d75020d
2 changed files with 2 additions and 2 deletions

View File

@ -26,5 +26,5 @@ ratings:
- "**.php"
- "**.py"
- "**.rb"
- "_sass/**.scss"
- "_sass/**/*.scss"
exclude_paths: []

View File

@ -1,6 +1,6 @@
# Default application configuration that all configurations inherit from.
scss_files: "_sass/*.scss"
scss_files: "_sass/**/*.scss"
plugin_directories: ['.scss-linters']
# List of gem names to load custom linters from (make sure they are already