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 Stack #60

Closed
oesgalha opened this issue Sep 30, 2021 · 0 comments · Fixed by #90
Closed

Add Ruby Stack #60

oesgalha opened this issue Sep 30, 2021 · 0 comments · Fixed by #90
Assignees
Labels
A: CI Template Area: builtin continuous integration pipeline templates A: Plugin - Stack Area: stack introspection and detection plugins Hacktoberfest T: Feature Type: a new feature

Comments

@oesgalha
Copy link
Collaborator

Goal

Add inital support for Ruby files

Implementation

Start with RuboCop for linting.
Try to find RuboCop in the project dependencies, suggest it as a default linter if it can't be found.

To detect the project Ruby version try these:

Use the official setup-ruby action with the bundler-cache: true option.

@oesgalha oesgalha added A: Plugin - Stack Area: stack introspection and detection plugins A: CI Template Area: builtin continuous integration pipeline templates T: Feature Type: a new feature Hacktoberfest labels Sep 30, 2021
@joao10lima joao10lima self-assigned this Nov 4, 2021
joao10lima added a commit that referenced this issue Nov 9, 2021
Add first implementation of a Ruby stack using
Rubocop as the linter

Resolves: #60
joao10lima added a commit that referenced this issue Nov 29, 2021
Add first implementation of a Ruby stack using
Rubocop as the linter

Resolves: #60
joao10lima added a commit that referenced this issue Nov 29, 2021
Add first implementation of a Ruby stack using
Rubocop as the linter

Resolves: #60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: CI Template Area: builtin continuous integration pipeline templates A: Plugin - Stack Area: stack introspection and detection plugins Hacktoberfest T: Feature Type: a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants