summaryrefslogtreecommitdiff
path: root/.scss-lint.yml
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-04-16 17:56:13 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-04-16 17:56:13 -0600
commit37973bc1435f78f040d1e3f2c3398a4e2668b567 (patch)
treede68bab155a60f5c606ceae6e66ecc85169f0b50 /.scss-lint.yml
parent5048064dc5e7ca30f65209c7ccd9fb90f9ac49db (diff)
downloadgitlab-ce-37973bc1435f78f040d1e3f2c3398a4e2668b567.tar.gz
Enable the EmptyRule SCSS Linter.
Prevents empty SCSS rules from being included in the SCSS. Also fixes the handful of lints caught by the linter.
Diffstat (limited to '.scss-lint.yml')
-rw-r--r--.scss-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
index 835a4a88c44..9bfc18b9698 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -65,7 +65,7 @@ linters:
# Reports when you have an empty rule set.
EmptyRule:
- enabled: false
+ enabled: true
# Reports when you have an @extend directive.
ExtendDirective: