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 Show resolved Hide resolved
Gemfile.lock Outdated Show resolved Hide resolved
@mfittko
Copy link
Author

mfittko commented Nov 24, 2024

can we get this merged?

@@ -0,0 +1,3 @@
source 'https://rubygems.org'
Copy link
Contributor

Choose a reason for hiding this comment

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

We just need to add this to resolve the remaining Rubocop warning.

Suggested change
source 'https://rubygems.org'
# frozen_string_literal: true
source 'https://rubygems.org'

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