diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-04-06 17:49:06 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-04-06 17:49:06 +0000 |
commit | b2daa846a13d3f637c4065cb5028eac2f4b2aca0 (patch) | |
tree | 943e86012ec269f95d8589453f83b3afeb1067df /.scss-lint.yml | |
parent | 08e5876403edd65b08712d3167c053daf4fdccb9 (diff) | |
download | gitlab-ce-b2daa846a13d3f637c4065cb5028eac2f4b2aca0.tar.gz |
Web IDE blob image + default fallback
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml index dcd4cac780a..180d377d6f8 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -59,6 +59,8 @@ linters: # Reports when you define the same property twice in a single rule set. DuplicateProperty: enabled: true + ignore_consecutive: + - cursor # Separate rule, function, and mixin declarations with empty lines. EmptyLineBetweenBlocks: |