forked from sds/scss-lint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extra_properties option to PropertySpelling
There are a lot of CSS properties, and the lack of a definitive list (as well as the constant introduction of new experimental properties) makes it impractical to ensure our list is up-to-date at any given time. To address this, add an `extra_properties` config option to the `PropertySpelling` linter so that developers can add additional properties to the whitelist without needing to submit a pull request. Change-Id: I60f250cb704f2245e66885caada8929c37485076 Reviewed-on: https://gerrit.causes.com/32423 Tested-by: jenkins <[email protected]> Reviewed-by: Shane da Silva <[email protected]>
- Loading branch information
Shane da Silva
committed
Jan 5, 2014
1 parent
7bc4cff
commit 5d2ee86
Showing
5 changed files
with
64 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ linters: | |
|
||
PropertySpelling: | ||
enabled: true | ||
extra_properties: [] | ||
|
||
SelectorDepth: | ||
enabled: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters