-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Switch from Prettier to Rubocop #269
Conversation
This project currently has three language dependencies for development: * Ruby, for the library code and testing * Javascript, for linting with Prettier and installing commit hooks with Husky * Python, for creating the docsite In an effort to reduce these dependencies, I'm moving to eliminate JS from the dev environment, starting with Prettier. I may replace Husky with Overcommit or a bespoke script.
We need to bundle install!
This is now recommended by Bundler for a consistent dev environment.
📖 A new version of the docsite has been published at: https://splitwise.github.io/super_diff/branches/rubocop/3012222070e7f1ffdbd3b7cbf7626489f3d8070d |
📖 A new version of the docsite has been published at: https://splitwise.github.io/super_diff/branches/rubocop/8db5b2c0f13c7e30e568814397b0ef901d618f36 |
📖 A new version of the docsite has been published at: https://splitwise.github.io/super_diff/branches/rubocop/17e79d6395ddb751efb4288f50600bcb5bf3636c |
📖 A new version of the docsite has been published at: https://splitwise.github.io/super_diff/branches/rubocop/e552b75e8ba7dba2d81c2f4e827331ab4d2a1071 |
This project currently has three language dependencies for development:
In an effort to reduce these dependencies, I'm moving to eliminate JS from the dev environment, starting with Prettier. I may replace Husky with Overcommit or a bespoke script.