]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix up linter to ignore all other Normalize upstream shenanigans
authorMark Otto <markdotto@gmail.com>
Sun, 8 May 2016 20:46:29 +0000 (13:46 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 8 May 2016 20:46:29 +0000 (13:46 -0700)
scss/.scss-lint.yml

index f739a971a9ac48fc3839428425a0a0e9892943d6..af837e4d038ade9ad3eff082a16fd6286948ef07 100644 (file)
@@ -25,6 +25,8 @@ linters:
   BorderZero:
     enabled: true
     convention: zero # or `none`
+    exclude:
+      - _normalize.scss
 
   ChainedClasses:
     enabled: false
@@ -103,6 +105,8 @@ linters:
   LeadingZero:
     enabled: true
     style: exclude_zero # or 'include_zero'
+    exclude:
+      - _normalize.scss
 
   MergeableSelector:
     enabled: false
@@ -131,6 +135,8 @@ linters:
     ignore_unspecified: false
     min_properties: 2
     separate_groups: false
+    exclude:
+      - _normalize.scss
     order:
       - position
       - top