This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Add code quality checking tools / linters to Travis #1075
Closed
Description
As suggested by @mnquintana, to prepare the app for more open contributions (and to clean up some of our mess), we should add code quality tools like rubocop and other linters to Travis to make sure we're writing good code. It will also give us ideas for refactoring / improvement.
I think as part of that we're gonna have to implement some code quality tools and make sure we run them on travis to enforce code style and stuff (ie. rubocop, jscs, jshint, any other linters I can't think of)
Activity