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