OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Use standardized format #326

Closed apex-omontgomery closed 6 years ago

apex-omontgomery commented 6 years ago

Feature

Why is this feature being added?

Start working towards a standardized formatter/ linter such as the FE does.

Options I've seen include rubocop and rufo. I've started using rufo locally and while it's great in some cases it I can't get single_quotes setting to work.

What should your feature do?

Include a formatter config setting and documentation on how to setup the linter so that it correctly works with minimal contributor action.

hpjaj commented 6 years ago

Let's use rubocop, it is more of an industry standard.

kirbyfern commented 6 years ago

can I dive into integrating rubocop gem in the backend? Have we used hound before right?

kirbyfern commented 6 years ago

I'll work on this

nagano564 commented 6 years ago

Are you working on this @kirbygit. If not I would like to give it a go

kirbyfern commented 6 years ago

All yours