summaryrefslogtreecommitdiff
path: root/.scss-lint.yml
diff options
context:
space:
mode:
authorLong Nguyen <long.polyglot@gmail.com>2016-05-05 15:02:46 +0700
committerLong Nguyen <long.polyglot@gmail.com>2016-05-05 15:02:46 +0700
commite016cdb73ea8d57180594b4a8198a6272c338d73 (patch)
tree357dbd2af5ff53a7e8ecdbc70dcb10e25ac23048 /.scss-lint.yml
parent91f693c0c4f1ebb62d78e6c82b833f8a19c4dc62 (diff)
parentf5ae92d81c022e94500eb9a6949b2322a943a5af (diff)
downloadgitlab-ce-e016cdb73ea8d57180594b4a8198a6272c338d73.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into issue_14532_assign_labels_milestone_when_moving_issue
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 9bfc18b9698..66f9975d4ce 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.