Bug 20487: DBRev 18.06.00.018
[koha.git] / .sass-lint.yml
1 options:
2   formatter: stylish
3 files:
4   include: '**/*.scss'
5 rules:
6   # Extends
7   extends-before-mixins: 1
8   extends-before-declarations: 1
9   placeholder-in-extend: 1
10
11   # Mixins
12   mixins-before-declarations: 1
13
14   # Line Spacing
15   one-declaration-per-line: 1
16   empty-line-between-blocks: 1
17   single-line-per-selector: 1
18
19   # Disallows
20   no-attribute-selectors: 0
21   no-color-hex: 0
22   no-color-keywords: 1
23   no-color-literals: 0
24   no-combinators: 0
25   no-css-comments: 0
26   no-debug: 1
27   no-disallowed-properties: 0
28   no-duplicate-properties: 1
29   no-empty-rulesets: 1
30   no-extends: 0
31   no-ids: 0
32   no-important: 1
33   no-invalid-hex: 1
34   no-mergeable-selectors: 1
35   no-misspelled-properties: 1
36   no-qualifying-elements: 1
37   no-trailing-whitespace: 1
38   no-trailing-zero: 1
39   no-transition-all: 1
40   no-universal-selectors: 0
41   no-url-domains: 1
42   no-url-protocols: 1
43   no-vendor-prefixes: 1
44   no-warn: 1
45   property-units: 0
46
47   # Nesting
48   declarations-before-nesting: 1
49   force-attribute-nesting: 1
50   force-element-nesting: 1
51   force-pseudo-nesting: 1
52
53   # Name Formats
54   class-name-format: 0
55   function-name-format: 1
56   id-name-format: 0
57   mixin-name-format: 1
58   placeholder-name-format: 1
59   variable-name-format: 1
60
61   # Style Guide
62   attribute-quotes: 1
63   bem-depth: 0
64   border-zero: 1
65   brace-style: 1
66   clean-import-paths: 1
67   empty-args: 1
68   hex-length: 0
69   hex-notation: 0
70   indentation:
71     - 1
72     - size: 4
73   leading-zero: 1
74   max-line-length: 0
75   max-file-line-count: 0
76   nesting-depth:
77     - 1
78     - max-depth: 4
79   property-sort-order: 1
80   pseudo-element: 1
81   quotes:
82     - 1
83     - style: double
84   shorthand-values: 0
85   url-quotes: 1
86   variable-for-property: 1
87   zero-unit: 1
88
89   # Inner Spacing
90   space-after-comma: 1
91   space-before-colon: 1
92   space-after-colon: 1
93   space-before-brace: 1
94   space-before-bang: 1
95   space-after-bang: 1
96   space-between-parens: 0
97   space-around-operator: 1
98
99   # Final Items
100   trailing-semicolon: 1
101   final-newline: 1