instructure / demo_arigato

Populates a Canvas demo site with dummy data
http://demoarigato.herokuapp.com
GNU Affero General Public License v3.0
2 stars 5 forks source link

Clean up Code Style #9

Open thedannywahl opened 8 years ago

thedannywahl commented 8 years ago
  1. Investigate if Instructure has a code style guide.
  2. Do that.

There's lots of white-space, tab, and new-line issues throughout the repo that need to be fixed.

thedannywahl commented 8 years ago

Good news, there were no leading tabs in the project :+1:

thedannywahl commented 8 years ago

Since Instructure doesn't have a style guide, we'll just use the github Ruby Style Guide and JavaScript Style Guide.

If you're using atom you can use linter-ruby from AtomLinter.

lyonsinbeta commented 8 years ago

:+1: Github's Ruby Style Guide.

thedannywahl commented 8 years ago

Project has been linted and an issue has been opened for each warning referencing this issue. Once those are done we can close this and any new issues going forward will just get tagged with lint