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

Fix issues with rules and cli tests #622

Merged
merged 5 commits into from
Apr 20, 2016

Conversation

DanPurdy
Copy link
Member

@DanPurdy DanPurdy commented Apr 20, 2016

Mainly to fix the appveyor failures, should prevent a few unhandled error throws too.

also fixes #445
DCO 1.1 Signed-off-by: Dan Purdy <danjpurdy@gmail.com>

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.949% when pulling 8c74614 on DanPurdy:feature/fix-cli-tests-windows into a287152 on sasstools:develop.

@DanPurdy
Copy link
Member Author

So, appveyor seems a little underpowered which means i've increased the mocha timeout limit to 10 seconds to compensate for any of the file/directory reading we have to do and child process spawning as these were causing the build to fail. Also pulled a few little issues out of some of our rules and updated our test matrices. All should be passing now but we'll wait for that lovely green tick on appveyor.

This by no stretch of the imagination means sass-lint is rock solid on windows as we don't have any tests for CRLF which we know causes gonzales to behave oddly or just refuse to behave at all. Progress though at least!

@bgriffith
Copy link
Member

Looks good. Let's hope it speeds it up a little.

@bgriffith bgriffith merged commit 78e8fdb into sasstools:develop Apr 20, 2016
@DanPurdy DanPurdy deleted the feature/fix-cli-tests-windows branch April 22, 2016 14:35
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.

Final newline sass issue
3 participants