-
Notifications
You must be signed in to change notification settings - Fork 56
Description
While working in departure there are many times that i end up with random linting issues like the difference between using single vs double quotes.
The general philosophy of rubocop is "lets debate all the things and pick something we like" whereas standardrb is much more golang like and is "here are some rules we already debated, apply them".
I personally way prefer the community rules because it prevents bikeshedding and is something we can just apply.
I would like to move this project to use standardrb and then run standardrb --fix in a single PR. This will give us the following
- Consistent formatting that we do not have to configure ever
- Move the system to have a set of rules that are maintained by the general ruby community
If we don't pick standardrb here, i'd like to adopt some standard set of rules from rubocop, blow out the todo and then fix them in a pr after we have trilogy support in.