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

files.ignore does not work #4

Closed
kinyat opened this issue Apr 17, 2018 · 1 comment
Closed

files.ignore does not work #4

kinyat opened this issue Apr 17, 2018 · 1 comment

Comments

@kinyat
Copy link
Contributor

kinyat commented Apr 17, 2018

Problem Description

Giving the following config

files:
  include: 'src/**/*.s+(a|c)ss'
  ignore:
    - 'src/sass/**/*.s+(a|c)ss'

It still check the sass folder.
I then tried with the following.

files:
  include: 'src/**/*.s+(a|c)ss'
  ignore: random

No error is thrown. Seems like this setting does not work at all

Screenshot

Part of the output showing that it is still include the excluded files
image

Steps to recreate

  • Use ignore to ignore some files
  • run fix
@srowhani
Copy link
Owner

Published v0.2.7, thank you.

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

No branches or pull requests

2 participants