summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-04-16 18:03:20 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-04-16 18:03:20 -0600
commitde95ab6257fcb38f109d9d1aea03618ae9981738 (patch)
treea5e6cfc99a929649d078ec2fe86317372651e7e4
parent5048064dc5e7ca30f65209c7ccd9fb90f9ac49db (diff)
downloadgitlab-ce-de95ab6257fcb38f109d9d1aea03618ae9981738.tar.gz
Enable the UrlFormat and UrlQuotes SCSS Linters.
-rw-r--r--.scss-lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
index 835a4a88c44..bddb48eb090 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -244,11 +244,11 @@ linters:
# URLs should be valid and not contain protocols or domain names.
UrlFormat:
- enabled: false
+ enabled: true
# URLs should always be enclosed within quotes.
UrlQuotes:
- enabled: false
+ enabled: true
# Properties, like color and font, are easier to read and maintain
# when defined using variables rather than literals.