Closed AdrienLemaire closed 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:
.jshintignore
'ignores': ['mocha.js']
rtd.conf.js
How can I ignore files for jshint ? Until then, I'll disable jshint (mainly writing coffeescript code anyways, not a big deal)
I was having the same problem. I'm getting around it this way: https://github.com/xolvio/rtd/pull/127
thx @tsemana, I'll look into it later :)
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:
.jshintignore
file in my root directory, or in app/, or in test/, or even in test/rtd, fails. Not interpreted.'ignores': ['mocha.js']
inrtd.conf.js
appOptions or testOptions fails.How can I ignore files for jshint ? Until then, I'll disable jshint (mainly writing coffeescript code anyways, not a big deal)