BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
fe1c1264
Commit
fe1c1264
authored
May 25, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable final newline rule
parent
ce6d850e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
35 deletions
+34
-35
.scss-lint.yml
.scss-lint.yml
+33
-33
members.scss
app/assets/stylesheets/pages/members.scss
+1
-2
No files found.
.scss-lint.yml
View file @
fe1c1264
...
...
@@ -11,11 +11,11 @@ linters:
# !global, !important, and !optional flags.
BangFormat
:
enabled
:
false
# Whether or not to prefer `border: 0` over `border: none`.
BorderZero
:
enabled
:
false
# Reports when you define a rule set using a selector with chained classes
# (a.k.a. adjoining classes).
ChainedClasses
:
...
...
@@ -25,13 +25,13 @@ linters:
# (e.g. `color: green` is a color keyword)
ColorKeyword
:
enabled
:
false
# Prefer color literals (keywords or hexadecimal codes) to be used only in
# variable declarations. They should be referred to via variables everywhere
# else.
ColorVariable
:
enabled
:
true
# Which form of comments to prefer in CSS.
Comment
:
enabled
:
false
...
...
@@ -39,7 +39,7 @@ linters:
# Reports @debug statements (which you probably left behind accidentally).
DebugStatement
:
enabled
:
false
# Rule sets should be ordered as follows:
# - @extend declarations
# - @include declarations without inner @content
...
...
@@ -54,19 +54,19 @@ linters:
# more information.
DisableLinterReason
:
enabled
:
true
# Reports when you define the same property twice in a single rule set.
DuplicateProperty
:
enabled
:
false
# Separate rule, function, and mixin declarations with empty lines.
EmptyLineBetweenBlocks
:
enabled
:
true
# Reports when you have an empty rule set.
EmptyRule
:
enabled
:
true
# Reports when you have an @extend directive.
ExtendDirective
:
enabled
:
false
...
...
@@ -75,49 +75,49 @@ linters:
# when adding lines to the file, since SCM systems such as git won't
# think that you touched the last line.
FinalNewline
:
enabled
:
fals
e
enabled
:
tru
e
# HEX colors should use three-character values where possible.
HexLength
:
enabled
:
false
# HEX color values should use lower-case colors to differentiate between
# letters and numbers, e.g. `#E3E3E3` vs. `#e3e3e3`.
HexNotation
:
enabled
:
true
# Avoid using ID selectors.
IdSelector
:
enabled
:
false
# The basenames of @imported SCSS partials should not begin with an
# underscore and should not include the filename extension.
ImportPath
:
enabled
:
false
# Avoid using !important in properties. It is usually indicative of a
# misunderstanding of CSS specificity and can lead to brittle code.
ImportantRule
:
enabled
:
false
# Indentation should always be done in increments of 2 spaces.
Indentation
:
enabled
:
true
width
:
2
# Don't write leading zeros for numeric values with a decimal point.
LeadingZero
:
enabled
:
false
# Reports when you define the same selector twice in a single sheet.
MergeableSelector
:
enabled
:
false
# Functions, mixins, variables, and placeholders should be declared
# with all lowercase letters and hyphens instead of underscores.
NameFormat
:
enabled
:
false
# Avoid nesting selectors too deeply.
NestingDepth
:
enabled
:
false
...
...
@@ -129,12 +129,12 @@ linters:
# Sort properties in a strict order.
PropertySortOrder
:
enabled
:
false
# Reports when you use an unknown or disabled CSS property
# (ignoring vendor-prefixed properties).
PropertySpelling
:
enabled
:
false
# Configure which units are allowed for property values.
PropertyUnits
:
enabled
:
false
...
...
@@ -144,25 +144,25 @@ linters:
# be declared with one colon.
PseudoElement
:
enabled
:
true
# Avoid qualifying elements in selectors (also known as "tag-qualifying").
QualifyingElement
:
enabled
:
false
# Don't write selectors with a depth of applicability greater than 3.
SelectorDepth
:
enabled
:
false
# Selectors should always use hyphenated-lowercase, rather than camelCase or
# snake_case.
SelectorFormat
:
enabled
:
false
convention
:
hyphenated_lowercase
# Prefer the shortest shorthand form possible for properties that support it.
Shorthand
:
enabled
:
true
# Each property should have its own line, except in the special case of
# single line rulesets.
SingleLinePerProperty
:
...
...
@@ -173,11 +173,11 @@ linters:
# individual selector occupy a single line.
SingleLinePerSelector
:
enabled
:
true
# Commas in lists should be followed by a space.
SpaceAfterComma
:
enabled
:
false
# Properties should be formatted with a single space separating the colon
# from the property's value.
SpaceAfterPropertyColon
:
...
...
@@ -197,12 +197,12 @@ linters:
# colon.
SpaceAfterVariableName
:
enabled
:
false
# Operators should be formatted with a single space on both sides of an
# infix operator.
SpaceAroundOperator
:
enabled
:
true
# Opening braces should be preceded by a single space.
SpaceBeforeBrace
:
enabled
:
true
...
...
@@ -210,7 +210,7 @@ linters:
# Parentheses should not be padded with spaces.
SpaceBetweenParens
:
enabled
:
false
# Enforces that string literals should be written with a consistent form
# of quotes (single or double).
StringQuotes
:
...
...
@@ -241,7 +241,7 @@ linters:
# be unnecessary.
UnnecessaryParentReference
:
enabled
:
false
# URLs should be valid and not contain protocols or domain names.
UrlFormat
:
enabled
:
true
...
...
app/assets/stylesheets/pages/members.scss
View file @
fe1c1264
...
...
@@ -184,4 +184,4 @@
}
}
}
}
\ No newline at end of file
}
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