diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-04-16 18:03:20 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-04-16 18:03:20 -0600 |
commit | de95ab6257fcb38f109d9d1aea03618ae9981738 (patch) | |
tree | a5e6cfc99a929649d078ec2fe86317372651e7e4 /.scss-lint.yml | |
parent | 5048064dc5e7ca30f65209c7ccd9fb90f9ac49db (diff) | |
download | gitlab-ce-de95ab6257fcb38f109d9d1aea03618ae9981738.tar.gz |
Enable the UrlFormat and UrlQuotes SCSS Linters.
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 4 |
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. |