0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

add updated scss lint yml file

This commit is contained in:
Mark Otto 2015-05-31 20:13:49 -07:00
parent cb8304e4c4
commit 97a6275e54

View File

@ -14,6 +14,7 @@ linters:
Comment:
enabled: true
exclude: ['_normalize.scss', 'bootstrap.scss']
DebugStatement:
enabled: true
@ -23,6 +24,7 @@ linters:
DuplicateProperty:
enabled: true
exclude: ['mixins/_tab-focus.scss']
ElsePlacement:
enabled: true
@ -86,6 +88,7 @@ linters:
enabled: true
ignore_unspecified: false
severity: warning
exclude: ['_normalize.scss']
order: [
"position",
"top",
@ -105,6 +108,12 @@ linters:
"-moz-box-sizing",
"box-sizing",
"-webkit-appearance",
"flex",
"flex-direction",
"flex-flow",
"flex-order",
"flex-pack",
"flex-align",
"padding",
"padding-top",
"padding-right",
@ -185,10 +194,6 @@ linters:
"cursor",
"visibility",
"zoom",
"flex-direction",
"flex-order",
"flex-pack",
"flex-align",
"table-layout",
"empty-cells",
"caption-side",
@ -439,7 +444,7 @@ linters:
enabled: true
identifier_list: base
include: []
exclude: []
exclude: ['_normalize.scss']
ZeroUnit:
enabled: true