rmit-programming-club / network-vis

A tool to visualisation coding activity and collaboration within a Github Organisation
GNU General Public License v3.0
9 stars 2 forks source link

Add Rubocop linting #13

Closed thundergolfer closed 7 years ago

thundergolfer commented 7 years ago

Description

This adds a Rubocop step to the Travis CI builds, so that we can check if PR have any code formatting/style issues.

Because the rubocop gem is also added to the project, after a fresh bundle install you can run rubocop -a <file path> to autocorrect any code formatting/style problems in the files you're working on.

References

None

Risks:

None: Code formatting stuff

Louis-Stekhoven-Smith commented 7 years ago

I think you need to add the rake to the travis.yml file

Louis-Stekhoven-Smith commented 7 years ago

Resolved trivial merge conflict