Closed ngeor closed 8 years ago
Try setting the mocha_istanbul.options.timeout
configuration in Gruntfile.js to a higher value, e.g. 2500
. It seems other developers struggle with similar problems.
AppVeyor fails, Travis passes. If I go to AppVeyor history for this project, I can't really find any build that was successful. Is it possible that it is misconfigured?
I've updated the PR. It passes on Travis. On AppVeyor things are more difficult. I had to tell mocha-istanbul to hide the output of mocha + istanbul. AppVeyor gets confused and treats that output as an error. But even with this, AppVeyor dies at the final command, regarding code climate. That one however in the documentation says it only works for the master branch.
In the PR I've done some further changes:
At this point, I can't really proceed any further unless @ahmednuaman has a look at the PR and my findings regarding AppVeyor.
Also, I bumped up the version from 0.3.8 to 0.4.0 but perhaps it is worth bumping it up to 1.0.0 since all dependencies are upgraded.
Let me remove this appveyor nonsense.
Can you squash the commits please and hopefully that'll kick off the tests again.
Hm I don't see travis picking it up. I even added a dummy commit in .gitignore
Actually it works: https://travis-ci.org/ahmednuaman/grunt-scss-lint/builds/142527737 I don't know why it's not displayed inline in the PR in GitHub
Can you rebase please?
Of course, should be fine now! Here's the latest build: https://travis-ci.org/ahmednuaman/grunt-scss-lint/builds/142999385
I took out the 'rake' dependency from Gemfile.lock . Latest build: https://travis-ci.org/ahmednuaman/grunt-scss-lint/builds/143670110
It fails with message: "Your Gemfile.lock is corrupt. The following gem is missing from the DEPENDENCIES section: 'rake'"
I also removed the 'rake' nested dependency underneath scss-lint, same result. Like I said initially, I have not added the 'rake' dependency myself. In Gemfile, it is not present. This is apparently a dependency of scss-lint and it gets written into the generated file Gemfile.lock once one runs 'bundle'.
Thanks for merging!
…meters of scss-lint.
This enables to set in options
The names are in compliance with the CLI tool:
As a side-effect, with my fix you can use all built-in formatters of scss-lint (Config, Files, JSON, XML) as long as you use the reporterOutput option of grunt-scss-lint.