sokcuri / TweetDeckPlayer

Web-App Application for Useful and Better Tweet Life
Other
66 stars 21 forks source link

Linting problem and suggestion on using travis-ci #46

Open TintypeMolly opened 8 years ago

TintypeMolly commented 8 years ago

https://travis-ci.org/

If the source code is not linted for every commit and poorly formatted code stays, it turns into a disaster pretty fast since lint-formatting commits usually do not merge automatically.

If we don't care formatting "at all", it's ok.

But if we do care, rebasing on such commits is a painful job.

So how about applying travis-ci?

travis-ci can test and flag go or no-go for each pull request automatically.

Applying only eslint would suffice for now, and we can add some tests later if needed.

TintypeMolly commented 8 years ago

https://travis-ci.org/TintypeMolly/TweetDeckPlayer/jobs/161849240

something like this