ember-watson
ember-watson copied to clipboard
Watson + CI
I had a dream :speech_balloon: that Watson
as a doc who killes my build test whenever i pushed a wrong code.
If anyone provide me a right path to go on?
- A wrapper around Ember-watson
- Ember watson itself a Linter for my tests.
I am not yet fully discovered the depth of this topic. But, i can add my learnings and PR one by one over here based on your suggestions.
Unfortunately, I don't think that Watson could be used this way at the moment.
What you're describing is pretty similar to what CodeClimate is trying to do with codeclimate-watson
, where it would run Watson against all of the rules automatically as part of your CI setup. Unfortunately, they use a pretty old version of Watson, and the current version of Watson does not seem to support running an analysis without modifying the code as well. If Watson were to add support for this, you'd be able to get what you're looking for very easily, actually.
@SamvelRaja @alexlafroscia Hey! I'm taking a look at updating our engine to the newest version of ember, and then would be happy to advise about how to get it running on Code Climate or in your CI. Sorry for the delay here!