diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-26 20:31:07 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2017-05-26 20:31:07 +0000 |
commit | e9253ba6813a8d9a4f2566b694a62ec61d80b026 (patch) | |
tree | 928971076d9ec93e69d611f7d5bc61f952ff691c /.scss-lint.yml | |
parent | 8968171c9e58708f6f0922a1a337bb622bd8b9b5 (diff) | |
download | gitlab-ce-e9253ba6813a8d9a4f2566b694a62ec61d80b026.tar.gz |
Enable DuplicateProperty 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 a708d7b224c..db234ad739c 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -57,7 +57,7 @@ linters: # Reports when you define the same property twice in a single rule set. DuplicateProperty: - enabled: false + enabled: true # Separate rule, function, and mixin declarations with empty lines. EmptyLineBetweenBlocks: |