Skip to content

Commit

Permalink
chore(linting): target correct folder
Browse files Browse the repository at this point in the history
ignore correct things now
make hex rule a warning for now because we aren't consistent with it, we can fix it later when we want less warnings

closes #2445
  • Loading branch information
Haroenv committed Nov 9, 2017
1 parent d8e100f commit a54aa5c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .sass-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ options:
formatter: stylish
files:
include:
'+(docs|src)/**/*.scss'
'+(docgen|src)/**/*.scss'
ignore:
- 'docs/_site/**'
- 'docs/_assets/stylesheets/bootstrap/**/*.scss' # Vendor
- 'docs/_assets/stylesheets/_syntax-highlighting.scss' # Vendor
- 'docs/examples/**/main.scss' # Files with front-matter
# Contains asset_path() call to jekyll-assets. sass-lint cannot disable rules inline
# https://github.com/sasstools/sass-lint/issues/70
- 'docs/_assets/stylesheets/_home.scss'
- 'docgen/src/stylesheets/vendors/**/*.scss'
- 'docgen/node_modules/**/*.scss'
rules:
# Extends
extends-before-mixins: 1
Expand Down Expand Up @@ -68,7 +63,7 @@ rules:
empty-args: 1
hex-length: 0
hex-notation:
- 2
- 1
-
style: uppercase
indentation: 1
Expand Down

0 comments on commit a54aa5c

Please sign in to comment.