-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathsass-lint.yml
104 lines (103 loc) · 3.6 KB
/
sass-lint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# sass-lint config generated by make-sass-lint-config v0.1.2
#
# The following scss-lint Linters are not yet supported by sass-lint:
# DisableLinterReason, ElsePlacement, PropertyCount, SelectorDepth
# SpaceAroundOperator, TrailingWhitespace, UnnecessaryParentReference, Compass::*
#
# The following settings/values are unsupported by sass-lint:
# Linter Indentation, option "allow_non_nested_indentation"
# Linter Indentation, option "character"
# Linter NestingDepth, option "ignore_parent_selectors"
# Linter PropertySortOrder, option "min_properties"
# Linter PropertySortOrder, option "separate_groups"
# Linter SpaceBeforeBrace, option "allow_single_line_padding"
# Linter VendorPrefix, option "identifier_list"
files:
include: 'src/**/*.scss'
ignore: 'src/applications/proxy-rewrite/sass/style-consolidated.scss'
options:
formatter: stylish
merge-default-rules: false
rules:
bem-depth:
- 0
- max-depth: 1
border-zero: # TODO - Change this back to 1 later.
- 0
- convention: none
brace-style: # TODO - Change this back to 1 later.
- 0
- allow-single-line: true
class-name-format: # TODO - Change this back to 1 later.
- 0
- convention: hyphenatedlowercase
empty-line-between-blocks: # TODO - Change this back to 1 later.
- 0
- ignore-single-line-rulesets: true
# extends-before-declarations: 0
# extends-before-mixins: 0
final-newline: # TODO - Change this back to 1 later.
- 0
- include: true
force-attribute-nesting: 0 # TODO - Change this back to 1 later.
force-element-nesting: 0 # TODO - Change this back to 1 later.
force-pseudo-nesting: 0 # TODO - Change this back to 1 later.
hex-notation: # TODO - Change this back to 1 later.
- 0
- style: lowercase
id-name-format: # TODO - Change this back to 1 later.
- 0
- convention: hyphenatedlowercase
indentation: # TODO - Change this back to 1 later.
- 0
- size: 2
leading-zero: # TODO - Change this back to 1 later.
- 0
- include: false
nesting-depth: # TODO - Change this back to 1 later.
- 0
- max-depth: 3
no-css-comments: 0 # TODO - Change this back to 1 later.
no-duplicate-properties: 0 # TODO - Change this back to 1 later.
no-ids: 0 # TODO - Change this back to 1 later.
no-important: 0 # TODO - Change this back to 1 later.
no-mergeable-selectors: 0 # TODO - Change this back to 1 later.
no-qualifying-elements: # TODO - Change this back to 1 later.
- 0
- allow-element-with-attribute: false
allow-element-with-class: false
allow-element-with-id: false
no-trailing-zero: 0 # TODO - Change this back to 1 later.
no-transition-all: 0
no-vendor-prefixes: # TODO - Change this back to 1 later.
- 0
- additional-identifiers: []
excluded-identifiers: []
placeholder-in-extend: 0 # TODO - Change this back to 1 later.
property-sort-order:
- 0
- ignore-custom-properties: false
shorthand-values:
- 0
single-line-per-selector: 0 # TODO - Change this back to 1 later.
space-after-bang: # TODO - Change this back to 1 later.
- 0
- include: false
space-after-comma: # TODO - Change this back to 1 later.
- 0
- include: true
space-before-bang: # TODO - Change this back to 1 later.
- 0
- include: true
space-before-brace: # TODO - Change this back to 1 later.
- 0
- include: true
space-between-parens: # TODO - Change this back to 1 later.
- 0
- include: false
trailing-semicolon: 0 # TODO - Change this back to 1 later.
url-quotes: 0 # TODO - Change this back to 1 later.
variable-for-property:
- 0
- properties: []
zero-unit: 0 # TODO - Change this back to 1 later.