Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
97a6275e
Commit
97a6275e
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add updated scss lint yml file
parent
cb8304e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/.scsslint.yml
+10
-5
scss/.scsslint.yml
with
10 additions
and
5 deletions
+10
-5
scss/.scss
-
lint.yml
→
scss/.scsslint.yml
+
10
-
5
View file @
97a6275e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets