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

Add types for config #636

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Add types for config #636

merged 1 commit into from
Aug 20, 2024

Conversation

tk0miya
Copy link
Contributor

@tk0miya tk0miya commented Aug 19, 2024

Config helps you easily manage environment specific settings in an easy and usable manner.

refs: https://github.com/rubyconfig/config

Config helps you easily manage environment specific settings in an
easy and usable manner.

refs: https://github.com/rubyconfig/config
Copy link

@tk0miya Thanks for your contribution!

Please follow the instructions below for each change.
See also: https://github.com/ruby/gem_rbs_collection/blob/main/docs/CONTRIBUTING.md

Available commands

You can use the following commands by commenting on this PR.

  • /merge: Merge this PR if CI passes

config

This RBS files are newly added.

You can merge this PR immediately if the CI passes.
Just comment /merge to merge this PR.

tk0miya added a commit to tk0miya/rbs_config that referenced this pull request Aug 19, 2024
To support utility methods like `#to_h`, `#dig` and so on, this changes
the all settings objects to the subclass of Config::Options.

refs: ruby/gem_rbs_collection#636
tk0miya added a commit to tk0miya/rbs_config that referenced this pull request Aug 19, 2024
To support utility methods like `#to_h`, `#dig` and so on, this changes
the all settings objects to the subclass of Config::Options.

refs: ruby/gem_rbs_collection#636
tk0miya added a commit to tk0miya/rbs_config that referenced this pull request Aug 19, 2024
To support utility methods like `#to_h`, `#dig` and so on, this changes
the all settings objects to the subclass of Config::Options.

refs: ruby/gem_rbs_collection#636
@tk0miya
Copy link
Contributor Author

tk0miya commented Aug 20, 2024

/merge

@github-actions github-actions bot merged commit 6b69e8e into ruby:main Aug 20, 2024
4 checks passed
@tk0miya tk0miya deleted the config branch August 20, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant