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

build: Add rubocop to CI #18

Merged
merged 3 commits into from
Nov 7, 2023
Merged

build: Add rubocop to CI #18

merged 3 commits into from
Nov 7, 2023

Conversation

ethan-readyset
Copy link
Contributor

@ethan-readyset ethan-readyset commented Nov 2, 2023

Adds a rubocop action to our CI pipeline, installs the Airbnb rubocop
gem, and fixes all of the resulting rubocop errors. The new CI action
tests with ruby versions 2.7, 3.0, 3.1, and 3.2.

This commit also changes the .ruby-version to 3.2.1. We intend to
support all of the major ruby versions >= 2.7, but for development
purposes, it is easiest to work with the most modern version because the
developer tooling is more robust and more frequently updated.

@ethan-readyset ethan-readyset changed the title build: Add CI build: Add rubocop to CI Nov 3, 2023
@ethowitz ethowitz force-pushed the add-ci branch 3 times, most recently from 7a53628 to 1f3d3b3 Compare November 3, 2023 17:53
Adds a rubocop action to our CI pipeline, installs the Airbnb rubocop
gem, and fixes all of the resulting rubocop errors. The new CI action
tests with ruby versions 2.7, 3.0, 3.1, and 3.2.

This commit also changes the .ruby-version to 3.2.1. We intend to
support all of the major ruby versions >= 2.7, but for development
purposes, it is easiest to work with the most modern version because the
developer tooling is more robust and more frequently updated.
@ethan-readyset ethan-readyset marked this pull request as ready for review November 3, 2023 19:14

Style/StringLiterals:
EnforcedStyle: single_quotes
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is opinionated of me 😁 But happy to discuss!

Updates various information in the gemspec, including the author, email,
summary, and description.

This is stacked on top of #18 (i.e. #18 must be merged first)
@helpotters helpotters added this pull request to the merge queue Nov 7, 2023
Merged via the queue into main with commit 6c779a1 Nov 7, 2023
8 checks passed
helpotters added a commit that referenced this pull request Nov 7, 2023
helpotters added a commit that referenced this pull request Nov 7, 2023
Reverts #21

Goofed up the merge order. PR #18 was supposed to be first.
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.

3 participants