summaryrefslogtreecommitdiff
path: root/.scss-lint.yml
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-07-12 20:33:35 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-07-12 20:33:35 +0000
commit04f9552d14e5d6ab3d045df579b68a06e99d2ad1 (patch)
treef7ad8698170dd6ba9bdd2fb00f8db20e33704b4a /.scss-lint.yml
parentaf713ce7ecb477262db88721a3c4421e6bf4e97a (diff)
parent2baef3951c7c94b0347150390a253464c8eb4b8e (diff)
downloadgitlab-ce-04f9552d14e5d6ab3d045df579b68a06e99d2ad1.tar.gz
Merge branch 'enable-scss-lint-bang-format' into 'master'
Enable BangFormat in scss-lint See merge request !12815
Diffstat (limited to '.scss-lint.yml')
-rw-r--r--.scss-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
index 2326a8a8c65..b107cf944d5 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: