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

Remove unneeded @shim tags #208

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Remove unneeded @shim tags #208

merged 1 commit into from
Jan 4, 2024

Conversation

amomchilov
Copy link
Contributor

Type of Change

https://github.com/Shopify/rbi-central/pull/190/files#r1430544830

  • Add RBI for a new gem
  • Modify RBI for an existing gem
  • Other:

Changes

index.json Outdated
Comment on lines 39 to 40
"active_support",
"active_support/core_ext/array",
"active_support/core_ext/string/starts_ends_with.rb",
"active_support/core_ext/symbol/starts_ends_with.rb",
"active_support/test_case"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should we just do this instead?

Suggested change
"active_support",
"active_support/core_ext/array",
"active_support/core_ext/string/starts_ends_with.rb",
"active_support/core_ext/symbol/starts_ends_with.rb",
"active_support/test_case"
"active_support/all"

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah that may work 👍

@amomchilov amomchilov self-assigned this Jan 4, 2024
@amomchilov amomchilov added documentation Improvements or additions to documentation rbi Change related to RBI annotations labels Jan 4, 2024
index.json Outdated
Comment on lines 39 to 40
"active_support",
"active_support/core_ext/array",
"active_support/core_ext/string/starts_ends_with.rb",
"active_support/core_ext/symbol/starts_ends_with.rb",
"active_support/test_case"
Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah that may work 👍

index.json Outdated
"active_support",
"active_support/core_ext/array",
"active_support/test_case"
"active_support/all"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we still need active_support/test_case

Copy link
Contributor Author

Choose a reason for hiding this comment

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

all really means all_but_not_testcase :D

@amomchilov amomchilov merged commit 9a15a49 into main Jan 4, 2024
4 checks passed
@amomchilov amomchilov deleted the amomchilov-patch-2 branch January 4, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation rbi Change related to RBI annotations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants