Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File options ignored #1

Closed
cmcclure opened this issue Feb 11, 2016 · 0 comments · Fixed by sir-dunxalot/broccoli-sass-lint#3
Closed

File options ignored #1

cmcclure opened this issue Feb 11, 2016 · 0 comments · Fixed by sir-dunxalot/broccoli-sass-lint#3

Comments

@cmcclure
Copy link

All file options seem to be ignored. Even when setting it to include nonsense files, it still uses the sass-lint default glob pattern of **/*.s+(c|a)ss. I've tried using the following, but it still tries to lint every scss file in the project.

files:
  include: '*.asdasdasd'
  ignore:
    - '**/semantic-ui/**/*.scss'
    - '**/auth0-override.scss'
    - '**/login.scss'
    - '**/header.scss'
    - '**/banners.scss'
rules:
  property-sort-order: 0
  ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant