xolvio / rtd

DEPRECATED: The Test Runner for Meteor
164 stars 37 forks source link

cannot ignore files with jshint #123

Closed AdrienLemaire closed 10 years ago

AdrienLemaire commented 10 years ago

Hi,

I'm still trying to figure out how to get rtd working with CoinsManager.

I restarted from scratch the rtd installation, and when running it, I'm facing a lot of jshint issues on 2 files.

I want to ignore them from jshint. Unfortunately:

How can I ignore files for jshint ? Until then, I'll disable jshint (mainly writing coffeescript code anyways, not a big deal)

tsemana commented 10 years ago

I was having the same problem. I'm getting around it this way: https://github.com/xolvio/rtd/pull/127

AdrienLemaire commented 10 years ago

thx @tsemana, I'll look into it later :)