Trying to grease the skids on two #standardrb rule changes:
* https://github.com/standardrb/standard/pull/706
* https://github.com/standardrb/standard/pull/707
I also tried making my own StandardRb plugin too apply these rules, but was thwarted by the sly plugin implementation
https://github.com/standardrb/standard?tab=readme-ov-file#extending-standard
> While neither can change the rules configured out-of-the-box by Standard, they can define, require, and configure additional RuboCop rules.
I get why that is, but dang it means that I don't get my own standards
Allow adjacent oneline method definitions by soulcutter · Pull Request #706 · standardrb/standard
The purpose of oneline methods is a terser format for simple methods, similar to defining variables. This rule change allows oneline methods to be grouped more-closely together, just as you might g...