You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: