oxidized icon indicating copy to clipboard operation
oxidized copied to clipboard

Enforce consistent string literal quoting style with single quotes

Open robertcheramy opened this issue 4 months ago • 0 comments

We currently have a mixed string literal quoting style. The overwhelming majority of the code use single quotes, so I plan to enforce single quote with rubocop. This can inly be done when we have no open PRs because it could produce merge conflicts.

Rubystyle: https://rubystyle.guide/#consistent-string-literals-single-quote Rubocop: https://docs.rubocop.org/rubocop/cops_style.html#stylestringliterals

robertcheramy avatar Oct 16 '24 06:10 robertcheramy