open-cluster-management.io/governance-policy-propagator@v0.13.0/build/common/config/sass-lint.yml (about) 1 ######################### 2 ## Config for sass-lint 3 ######################### 4 # Linter Options 5 options: 6 # Don't merge default rules 7 merge-default-rules: false 8 # Raise an error if more than 50 warnings are generated 9 max-warnings: 500 10 # Rule Configuration 11 rules: 12 attribute-quotes: 13 - 2 14 - 15 include: false 16 bem-depth: 2 17 border-zero: 2 18 brace-style: 2 19 class-name-format: 2 20 clean-import-paths: 2 21 declarations-before-nesting: 2 22 empty-args: 2 23 empty-line-between-blocks: 2 24 extends-before-declarations: 2 25 extends-before-mixins: 2 26 final-newline: 2 27 force-attribute-nesting: 0 28 force-element-nesting: 0 29 force-pseudo-nesting: 0 30 function-name-format: 2 31 hex-length: 0 32 hex-notation: 2 33 id-name-format: 2 34 indentation: 35 - 2 36 - 37 size: 4 38 leading-zero: 39 - 2 40 - 41 include: false 42 max-file-line-count: 0 43 max-file-length: 0 44 mixins-before-declarations: 2 45 no-attribute-selectors: 0 46 no-color-hex: 0 47 no-color-keywords: 0 48 no-color-literals: 0 49 no-combinators: 0 50 no-css-comments: 2 51 no-debug: 2 52 no-disallowed-properties: 2 53 no-duplicate-properties: 2 54 no-empty-rulesets: 2 55 no-extends: 2 56 no-ids: 0 57 no-invalid-hex: 2 58 no-important: 0 59 no-mergeable-selectors: 2 60 no-misspelled-properties: 2 61 no-qualifying-elements: 0 62 no-trailing-whitespace: 2 63 no-trailing-zero: 2 64 no-transition-all: 0 65 no-url-domains: 2 66 no-url-protocols: 2 67 no-warn: 2 68 one-declaration-per-line: 2 69 placeholder-in-extend: 2 70 placeholder-name-format: 2 71 property-sort-order: 0 72 property-units: 2 73 pseudo-element: 2 74 quotes: 75 - 2 76 - 77 style: double 78 shorthand-values: 2 79 single-line-per-selector: 0 80 space-after-bang: 2 81 space-after-colon: 2 82 space-after-comma: 2 83 space-around-operator: 2 84 space-before-bang: 2 85 space-before-brace: 2 86 space-before-colon: 2 87 space-between-parens: 2 88 trailing-semicolon: 2 89 url-quotes: 2 90 variable-for-property: 91 - 0 92 - 93 properties: 94 - color 95 - background-color 96 - fill 97 variable-name-format: 0 98 zero-unit: 2