inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Not all of the folders in a folder are being inspected #98

Open notmessenger opened 9 years ago

notmessenger commented 9 years ago

The "addon" folder has several other folders in it though only the first one - "components" - is being picked up. Do I not have my configuration setup properly?

https://github.com/notmessenger/sl-ember-components/blob/InchCI/inch.json


Re: notmessenger/sl-ember-components

rrrene commented 9 years ago

Hi, this is a problem with Inch not picking up ES6 JavaScript correctly. This in turn is due to JSDoc, which is used for parsing and will gain ES6 capabilities "soon".

Related ticket on InchJS: https://github.com/rrrene/inchjs/issues/6