ElixirTeSS / TeSS

Training e-Support Service using Ruby on Rails.
Other
12 stars 12 forks source link

run rubocop -A once #940

Closed mikesndrs closed 5 months ago

mikesndrs commented 5 months ago

Summary of changes Run rubocop -A once

Motivation and context Not having vscode auto rubocop introduce random changes everytime I make a PR

Screenshots

(Paste or upload any relevant screenshots)

Checklist

fbacall commented 5 months ago

Just FYI I have an old branch https://github.com/ElixirTeSS/TeSS/tree/linting where I was looking into introducing rubocop into the build process

Rails 8 includes rubocop by default, so possibly it's worth waiting until then and using their default rules?