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 Ruby development container setup with Rubocop integration #130

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mfittko
Copy link

@mfittko mfittko commented Nov 8, 2024

This pull request sets up a development environment for Ruby using a Docker container and includes necessary configurations and dependencies.

This is especially needed in order to run the tests anywhere since they do not run on a MacOs environment for example.

Development environment setup:

  • .devcontainer/Dockerfile: Created a Dockerfile to set up a Ruby development environment with necessary dependencies and tools.
  • .devcontainer/devcontainer.json: Added a configuration file for the development container, specifying extensions and settings for the VSCode environment.

Dependencies:

  • Gemfile: Added rubocop gem to the Gemfile for Ruby code linting.

Copy link
Contributor

@javierjulio javierjulio left a comment

Choose a reason for hiding this comment

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

Thanks!

Gemfile Outdated
Copy link
Contributor

Choose a reason for hiding this comment

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

You can disable the Rubocop warning here or address it. Fine with either as long as it doesn’t warn.

Gemfile.lock Outdated
rubocop

BUNDLED WITH
2.5.7
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please run bundle update --bundler since there is a newer version? This way it remains current from now.

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