Excluded plugins from lint and necessary qualiying elements

stable
Xavier Julián 2015-01-30 12:30:49 +01:00
parent f8b4b0130e
commit fad7819d61
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
exclude:
- 'app/styles/components/markitup.scss'
- 'app/styles/bourbon/**'
- 'app/styles/vendor/**'
linters:
BorderZero:
enabled: true
@ -77,6 +82,15 @@ linters:
enabled: true
extra_properties: []
QualifyingElement:
enabled: true
allow_element_with_attribute: true
exclude:
- 'app/styles/components/buttons.scss'
- 'app/styles/layout/forms.scss'
- 'app/styles/components/help-notion-button.scss'
- 'app/styles/components/markdown-help.scss'
SelectorDepth:
enabled: true
max_depth: 4