We have rubocop which can auto correct code, when we do bundle exec rubocop -a and we have prettier for js.
I want to automate it such a way that developers make it part of the development cycle to correct the code. Right now all the code in this repo is auto-corrected using rubocop so continuing that practice in future is also fine.
We have rubocop which can auto correct code, when we do
bundle exec rubocop -a
and we haveprettier
for js.I want to automate it such a way that developers make it part of the development cycle to correct the code. Right now all the code in this repo is auto-corrected using rubocop so continuing that practice in future is also fine.