rwjblue / broccoli-jshint

MIT License
6 stars 30 forks source link

False positive on "jshintrc-outside-project-heirarchy" test case #34

Open johnnyshields opened 8 years ago

johnnyshields commented 8 years ago

I found that the test "can find a jshintrc in a specified jshintrcPath" which tests for .jshint outside the project hierarchy doesn't actually test anything. It seems that this feature is broken in reality.

rwjblue commented 8 years ago

I'm unlikely to have time to look into this soon. I'd happily review a PR that either fixes or updates the tests to demonstrate that it is broken.

johnnyshields commented 8 years ago

See: https://github.com/rwjblue/broccoli-jshint/pull/35