Comment on Show HN: Code Climate for JavaScriptComments−richthegeek12yThis would be great to try out, but unfortunately it doesn't seem to work on my code structure!Most of my projects are CoffeeScript residing in /src, compiling into an identical structure in /lib.I tried it with a small project, and it only picks up the index.js (which is an example script):https://bitbucket.org/bithiive/authio-js-client/Any ideas on what is going on here? Perhaps the "avoiding minified files" is getting in the way?−richthegeek12yAlso given it a shot on some more friendly code (no concatenation, no root index.js) and it completely fails:https://bitbucket.org/bithiive/delayed-ping−brynaryOP12yI'll take a look at this and figure out what's going on for you guys. lib/ is not handled in a special way. (It's a blacklist that tries to exclude minified and vendor JS, not a whitelist.) Will reach out via email.
Comments
This would be great to try out, but unfortunately it doesn't seem to work on my code structure!
Most of my projects are CoffeeScript residing in /src, compiling into an identical structure in /lib.
I tried it with a small project, and it only picks up the index.js (which is an example script):
https://bitbucket.org/bithiive/authio-js-client/
Any ideas on what is going on here? Perhaps the "avoiding minified files" is getting in the way?
Also given it a shot on some more friendly code (no concatenation, no root index.js) and it completely fails:
https://bitbucket.org/bithiive/delayed-ping
I'll take a look at this and figure out what's going on for you guys. lib/ is not handled in a special way. (It's a blacklist that tries to exclude minified and vendor JS, not a whitelist.) Will reach out via email.