Skip to content
Snippets Groups Projects
Unverified Commit de95ab62 authored by Connor Shea's avatar Connor Shea
Browse files

Enable the UrlFormat and UrlQuotes SCSS Linters.

parent 5048064d
No related branches found
No related tags found
2 merge requests!4779Test/#123 Master,!3770Enable the UrlFormat and UrlQuotes SCSS Linters.
Loading
@@ -244,11 +244,11 @@ linters:
Loading
@@ -244,11 +244,11 @@ linters:
# URLs should be valid and not contain protocols or domain names. # URLs should be valid and not contain protocols or domain names.
UrlFormat: UrlFormat:
enabled: false enabled: true
   
# URLs should always be enclosed within quotes. # URLs should always be enclosed within quotes.
UrlQuotes: UrlQuotes:
enabled: false enabled: true
   
# Properties, like color and font, are easier to read and maintain # Properties, like color and font, are easier to read and maintain
# when defined using variables rather than literals. # when defined using variables rather than literals.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment