Sha256: a8302fb366c2b33d92abf003b49aa77da5a6f2adde172f7d3103c98832adddf2

Contents?: true

Size: 455 Bytes

Versions: 3

Compression:

Stored size: 455 Bytes

Contents

exclude:
 - '*.min.css'
 - 'vendor/assets/**/*'
 - 'node_modules/**/*'
 - 'coverage/**/*'

linters:
  ColorKeyword:
    enabled: false
  Indentation:
    width: 2
    character: "space"
  LeadingZero:
    style: "include_zero"
  ColorVariable:
    enabled: false
  Comment:
    enabled: false
  SelectorDepth:
    max_depth: 5
  NestingDepth:
    max_depth: 5
  QualifyingElement:
    allow_element_with_attribute: true
    allow_element_with_class: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
aub-payroll-1.1.0 .scss-lint.yml
aub-payroll-1.0.1 .scss-lint.yml
aub-payroll-1.0.0 .scss-lint.yml