Add SCSS lint config

This commit is contained in:
Paul Mackay
2016-02-09 06:11:13 +00:00
parent 98e5df6aac
commit fb7fb62f79
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
engines:
rubocop:
enabled: true
scss-lint:
enabled: true
ratings:
paths:
- app/**
@@ -8,4 +10,4 @@ ratings:
- "**.rb"
exclude_paths:
- spec/**/*
- vendor/**/*
- vendor/**/*

3
.scss-lint.yml Normal file
View File

@@ -0,0 +1,3 @@
scss_files: 'app/assets/stylesheets/**/*.css.scss'
exclude: 'app/assets/stylesheets/shared/**'