Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
2d244d11
Commit
2d244d11
authored
Dec 08, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add default SCSS-Lint config
parent
405410a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
169 additions
and
0 deletions
+169
-0
scss/.scss-lint.yml
scss/.scss-lint.yml
+169
-0
No files found.
scss/.scss-lint.yml
0 → 100644
View file @
2d244d11
scss_files
:
"
scss/*.scss"
linters
:
BangFormat
:
enabled
:
true
space_before_bang
:
true
space_after_bang
:
false
BorderZero
:
enabled
:
true
ColorKeyword
:
enabled
:
true
Comment
:
enabled
:
true
DebugStatement
:
enabled
:
true
DeclarationOrder
:
enabled
:
true
DuplicateProperty
:
enabled
:
true
ElsePlacement
:
enabled
:
true
style
:
same_line
# or 'new_line'
EmptyLineBetweenBlocks
:
enabled
:
true
ignore_single_line_blocks
:
true
EmptyRule
:
enabled
:
true
FinalNewline
:
enabled
:
true
present
:
true
HexLength
:
enabled
:
true
style
:
short
# or 'long'
HexNotation
:
enabled
:
true
style
:
lowercase
# or 'uppercase'
HexValidation
:
enabled
:
true
IdSelector
:
enabled
:
true
ImportPath
:
enabled
:
true
leading_underscore
:
false
filename_extension
:
false
Indentation
:
enabled
:
true
character
:
space
# or 'tab'
width
:
2
LeadingZero
:
enabled
:
true
style
:
exclude_zero
# or 'include_zero'
MergeableSelector
:
enabled
:
true
force_nesting
:
true
NameFormat
:
enabled
:
true
allow_leading_underscore
:
true
convention
:
hyphenated_lowercase
# or 'BEM', or a regex pattern
NestingDepth
:
enabled
:
true
max_depth
:
3
PlaceholderInExtend
:
enabled
:
true
PropertySortOrder
:
enabled
:
true
ignore_unspecified
:
false
PropertySpelling
:
enabled
:
true
extra_properties
:
[]
QualifyingElement
:
enabled
:
true
allow_element_with_attribute
:
false
allow_element_with_class
:
false
allow_element_with_id
:
false
SelectorDepth
:
enabled
:
true
max_depth
:
3
SelectorFormat
:
enabled
:
true
convention
:
hyphenated_lowercase
# or 'BEM', or 'snake_case', or 'camel_case', or a regex pattern
Shorthand
:
enabled
:
true
SingleLinePerProperty
:
enabled
:
true
allow_single_line_rule_sets
:
true
SingleLinePerSelector
:
enabled
:
true
SpaceAfterComma
:
enabled
:
true
SpaceAfterPropertyColon
:
enabled
:
true
style
:
one_space
# or 'no_space', or 'at_least_one_space', or 'aligned'
SpaceAfterPropertyName
:
enabled
:
true
SpaceBeforeBrace
:
enabled
:
true
style
:
space
allow_single_line_padding
:
false
SpaceBetweenParens
:
enabled
:
true
spaces
:
0
StringQuotes
:
enabled
:
true
style
:
single_quotes
# or double_quotes
TrailingSemicolon
:
enabled
:
true
TrailingZero
:
enabled
:
false
UnnecessaryMantissa
:
enabled
:
true
UnnecessaryParentReference
:
enabled
:
true
UrlFormat
:
enabled
:
true
UrlQuotes
:
enabled
:
true
VendorPrefixes
:
enabled
:
true
identifier_list
:
base
include
:
[]
exclude
:
[]
ZeroUnit
:
enabled
:
true
Compass::*:
enabled
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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