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

Setup Standard and Rubocop #1933

Merged
merged 1 commit into from
May 19, 2023
Merged

Setup Standard and Rubocop #1933

merged 1 commit into from
May 19, 2023

Conversation

bolom
Copy link
Contributor

@bolom bolom commented Apr 28, 2023

Add configuration files for Standard and Rubocop gems

@bolom bolom linked an issue Apr 28, 2023 that may be closed by this pull request
Copy link
Contributor

@ysbaddaden ysbaddaden left a comment

Choose a reason for hiding this comment

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

That looks very nice 👍

A GitHub action to run Rubocop and it would be perfect.

Any cop that is merely about style could be enabled right now and autocorrected. As long as we have two distinct commits for the configuration then the autocorrection, we can fix the pending pull requests (cherry-pick the configuration, autocorrect, commit).

@bolom
Copy link
Contributor Author

bolom commented May 2, 2023

That looks very nice 👍

A GitHub action to run Rubocop and it would be perfect.

like that ?
aeab563

Copy link
Contributor

@ysbaddaden ysbaddaden left a comment

Choose a reason for hiding this comment

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

Looks perfect! I think we can squash & merge this PR and open a new one to enable at least the standard rules (syntax)?

Fix: bundle exec rubocop instead of bin/rubocop

Call lint command in docker container

Add Lint Job

Add rubocop action
@bolom bolom merged commit 6692a50 into main May 19, 2023
@bolom bolom deleted the feature/standard branch May 19, 2023 00:54
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.

Setup Rubocop
2 participants