summaryrefslogtreecommitdiff
path: root/.scss-lint.yml
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-04-06 17:49:06 +0000
committerPhil Hughes <me@iamphill.com>2018-04-06 17:49:06 +0000
commitb2daa846a13d3f637c4065cb5028eac2f4b2aca0 (patch)
tree943e86012ec269f95d8589453f83b3afeb1067df /.scss-lint.yml
parent08e5876403edd65b08712d3167c053daf4fdccb9 (diff)
downloadgitlab-ce-b2daa846a13d3f637c4065cb5028eac2f4b2aca0.tar.gz
Web IDE blob image + default fallback
Diffstat (limited to '.scss-lint.yml')
-rw-r--r--.scss-lint.yml2
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: