diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-10 23:10:17 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-12 08:18:52 +0900 |
commit | c9424506d9c86cf6a7badfee0a419bee2281b5e2 (patch) | |
tree | db7d69295f7513a30ab1bb5450668a6941f375d1 | |
parent | 420f6b5474e49e17226415250846e48fe514fe0d (diff) | |
download | gitlab-ce-c9424506d9c86cf6a7badfee0a419bee2281b5e2.tar.gz |
Enable PropertySpelling in scss-lint
-rw-r--r-- | .scss-lint.yml | 2 | ||||
-rw-r--r-- | changelogs/unreleased/enable-scss-lint-property-spelling.yml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml index db234ad739c..ab067909c10 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -133,7 +133,7 @@ linters: # Reports when you use an unknown or disabled CSS property # (ignoring vendor-prefixed properties). PropertySpelling: - enabled: false + enabled: true # Configure which units are allowed for property values. PropertyUnits: diff --git a/changelogs/unreleased/enable-scss-lint-property-spelling.yml b/changelogs/unreleased/enable-scss-lint-property-spelling.yml new file mode 100644 index 00000000000..c5a5a4dddb6 --- /dev/null +++ b/changelogs/unreleased/enable-scss-lint-property-spelling.yml @@ -0,0 +1,4 @@ +--- +title: Enable PropertySpelling in scss-lint +merge_request: 12752 +author: Takuya Noguchi |