Skip to content

Commit 3c8dc61

Browse files
committed
Exclude reset SCSS from linting
1 parent 4099f6c commit 3c8dc61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.scss-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Default application configuration that all configurations inherit from.
22

33
scss_files: "_sass/**/*.scss"
4-
exclude: "_sass/vendor/**"
4+
exclude:
5+
- "_sass/_reset.scss"
6+
- "_sass/vendor/**"
57
plugin_directories: ['.scss-linters']
68

79
# List of gem names to load custom linters from (make sure they are already

0 commit comments

Comments
 (0)