Skip to content

Scaffold out gem infra stuff#1

Merged
amomchilov merged 17 commits intomainfrom
Alex/gem-infra
Feb 23, 2026
Merged

Scaffold out gem infra stuff#1
amomchilov merged 17 commits intomainfrom
Alex/gem-infra

Conversation

@amomchilov
Copy link
Contributor

See commits for details. In short, setup Sorbet (static only) with RBS, Tapioca, Rubocop (with Shopify's styleguide), etc.

@amomchilov amomchilov self-assigned this Feb 19, 2026
@amomchilov
Copy link
Contributor Author

amomchilov commented Feb 19, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

This was referenced Feb 19, 2026
@amomchilov amomchilov force-pushed the Alex/gem-infra branch 4 times, most recently from 97c8488 to 654d7ff Compare February 19, 2026 22:52
@amomchilov amomchilov force-pushed the Alex/gem-infra branch 3 times, most recently from 738e534 to 368b4ff Compare February 23, 2026 23:30
@amomchilov amomchilov merged commit 9d32d2e into main Feb 23, 2026
1 check passed
@amomchilov amomchilov deleted the Alex/gem-infra branch February 23, 2026 23:47
continue-on-error: true
- name: Run tests
run: bundle exec rake test
continue-on-error: true
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we really want this to continue?

@@ -1,3 +1,4 @@
# typed: strong
Copy link
Contributor

Choose a reason for hiding this comment

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

We advise against using strong, let's lead by example and use strict

--ignore=tmp/
--ignore=vendor/
--enable-experimental-rbs-comments
--suppress-payload-superclass-redefinition-for=RDoc::Markup::Heading No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

Weird EOF, was this generated by Tapioca? We may need to fix something.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No I think it was manual

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