Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-10-24 22:23:40 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-10-24 22:23:40 +0300
commit5480114477fcb0f6a7dcc49eb75582652cb007e5 (patch)
treec09445d6a47896dece8f239eb23ced5a379aa152 /.scss-lint.yml
parentcb38290ababe43aca0c635fb87d3a38c4c5debcd (diff)
Enable trailingWhitespace in scss-lint
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 5093702519b..89f9e74f03d 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -223,7 +223,7 @@ linters:
# Reports lines containing trailing whitespace.
TrailingWhitespace:
- enabled: false
+ enabled: true
# Don't write trailing zeros for numeric values with a decimal point.
TrailingZero: