Skip to content
Snippets Groups Projects
Commit 2004b30e authored by Clement Ho's avatar Clement Ho
Browse files

Enable SpaceAroundOperator in scss-lint

parent cb38290a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -201,7 +201,7 @@ linters:
# Operators should be formatted with a single space on both sides of an
# infix operator.
SpaceAroundOperator:
enabled: false
enabled: true
# Opening braces should be preceded by a single space.
SpaceBeforeBrace:
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
padding: 15px;
 
.form-actions {
margin: -$gl-padding+1;
margin: -$gl-padding + 1;
margin-top: 15px;
}
 
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@
.diff-file .diff-content {
tr.line_holder:hover > td .line_note_link {
opacity: 1.0;
filter: alpha(opacity=100);
filter: alpha(opacity = 100);
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment