LordAndy316 / OttawaTransitServer

0 stars 0 forks source link

Add linter to project #2

Open kiranwoth opened 1 year ago

kiranwoth commented 1 year ago

Look for a ruby linter and figure out how to add it

kwame-mintah commented 12 months ago

@kiranwoth, is this a linter to be run locally before each commit or runs through github workflow / actions to highlight any issues.

I can suggest https://github.com/rubocop/rubocop as ruby linter?