abuiles / ember-watson

An Ember.js codemod to make upgrades automatic.
https://blog.abuiles.com/ember-watson/
MIT License
306 stars 43 forks source link

Watson + CI #81

Open SamvelRaja opened 9 years ago

SamvelRaja commented 9 years ago

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?

1) A wrapper around Ember-watson 2) 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.

alexlafroscia commented 8 years ago

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.

mrb commented 8 years ago

@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!