diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-04-16 17:56:13 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-04-16 17:56:13 -0600 |
commit | 37973bc1435f78f040d1e3f2c3398a4e2668b567 (patch) | |
tree | de68bab155a60f5c606ceae6e66ecc85169f0b50 /.scss-lint.yml | |
parent | 5048064dc5e7ca30f65209c7ccd9fb90f9ac49db (diff) | |
download | gitlab-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.yml | 2 |
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: |