Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-11-24 01:35:11 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-11-24 05:03:49 +0300
commite18711f7dd7753247ca77dbf90ae1eace699f052 (patch)
tree724222b094fc3a8192a9c98970e823c3649a633c /.scss-lint.yml
parentb518ad7cf9a853e0aa529d43c415231b1480f1cb (diff)
Improve the anchor icon.
Diffstat (limited to '.scss-lint.yml')
-rw-r--r--.scss-lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
index 140bbbba..07bd0b07 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -4,8 +4,8 @@ exclude:
- "./content/assets/stylesheets/highlight.scss"
# Remove the first three lines so the frontmatter doesn't
-# cause SCSS Lint to throw errors.
-preprocess_command: "sed '1,3d'"
+# cause SCSS Lint to throw errors. Also remove ERB code.
+preprocess_command: "sed -E '1,3d;s/<%= .* %>//g'"
linters:
BorderZero: