From fad7819d611195a4637c4b342bdd529bc0387f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Fri, 30 Jan 2015 12:30:49 +0100 Subject: [PATCH] Excluded plugins from lint and necessary qualiying elements --- scsslint.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/scsslint.yml b/scsslint.yml index 77f808be..e8543b80 100644 --- a/scsslint.yml +++ b/scsslint.yml @@ -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