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

Add unit test for ignored files #145

Closed
wants to merge 3 commits into from
Closed

Conversation

mven
Copy link
Contributor

@mven mven commented Sep 9, 2015

It seems there must be no space between each ignored pattern for glob to recognize them all. I fixed that, as well as added a unit test to test against ignored files. I ran npm test and it passed successfully.

cli
    ✓ should return help instructions (120ms)
    ✓ should return a version (119ms)
    ✓ should not include ignored paths (461ms)

...

 zero unit
    ✓ [include: false]
    ✓ [include: true]

  60 passing (219ms)

@mven
Copy link
Contributor Author

mven commented Sep 9, 2015

So close! lol.

@mven
Copy link
Contributor Author

mven commented Sep 9, 2015

Looks like the the error is that sass-lint couldn't be installed globally on node 4.0
https://travis-ci.org/sasstools/sass-lint/jobs/79392140#L136

@Snugug Snugug mentioned this pull request Sep 9, 2015
@Snugug Snugug added this to the 1.3.0 milestone Sep 9, 2015
@DanPurdy DanPurdy mentioned this pull request Sep 10, 2015
@DanPurdy
Copy link
Member

DanPurdy commented Oct 1, 2015

@Snugug @mven whats the status here? Have we decided on a way forward?

@DanPurdy DanPurdy modified the milestones: 1.4.0, 1.3.0 Oct 9, 2015
@DanPurdy
Copy link
Member

Incoming PR to sort this

@DanPurdy DanPurdy closed this Oct 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants