Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(lint): add satandardrb linter/formatter #32

Merged
merged 4 commits into from
Oct 8, 2024

Conversation

cassidycodes
Copy link
Collaborator

  • add standardrb
  • run standardrb --fix
  • add rubocop config so that rubocop uses standardrb
  • add standardrb ci job

@rperryng
Copy link
Owner

rperryng commented Oct 8, 2024

I actually like single quotes 😢 😆

that said, I went out in search for answers, read https://anti-pattern.com/always-use-double-quoted-strings-in-ruby, and found it convincing enough to prefer double quotes in general - in particular, knowing that there is no performance penalty associated with trying to interpolate the strings.

@rperryng rperryng merged commit 8060168 into master Oct 8, 2024
5 checks passed
@rperryng rperryng deleted the chore-lint-add-standardrb branch October 8, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants