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

gitlab.com/gitlab-org/gitlab-foss.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-04-17 03:03:20 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-04-17 03:03:20 +0300
commitde95ab6257fcb38f109d9d1aea03618ae9981738 (patch)
treea5e6cfc99a929649d078ec2fe86317372651e7e4 /.scss-lint.yml
parent5048064dc5e7ca30f65209c7ccd9fb90f9ac49db (diff)
Enable the UrlFormat and UrlQuotes SCSS Linters.
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 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.