diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-09 17:30:05 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-12 08:18:07 +0900 |
commit | 325191dd4cde7fef3c6c2db340e5acf78247a365 (patch) | |
tree | 18ac6245a2fa218c227bb770d5206dda25648e28 /.scss-lint.yml | |
parent | 420f6b5474e49e17226415250846e48fe514fe0d (diff) | |
download | gitlab-ce-325191dd4cde7fef3c6c2db340e5acf78247a365.tar.gz |
Enable UnnecessaryParentReference in scss-lint
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml index db234ad739c..da751bc1c58 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -240,7 +240,7 @@ linters: # Do not use parent selector references (&) when they would otherwise # be unnecessary. UnnecessaryParentReference: - enabled: false + enabled: true # URLs should be valid and not contain protocols or domain names. UrlFormat: |