diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-12 23:47:54 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-12 23:50:39 +0900 |
commit | 2baef3951c7c94b0347150390a253464c8eb4b8e (patch) | |
tree | 3feedf5c89de89156af1c003b788846564c352f4 /.scss-lint.yml | |
parent | 4daa6da5407d235cbe4f7a787eaa29304446a870 (diff) | |
download | gitlab-ce-2baef3951c7c94b0347150390a253464c8eb4b8e.tar.gz |
Enable BangFormat 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..acf04bf0735 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -10,7 +10,7 @@ linters: # Reports when you use improper spacing around ! (the "bang") in !default, # !global, !important, and !optional flags. BangFormat: - enabled: false + enabled: true # Whether or not to prefer `border: 0` over `border: none`. BorderZero: |