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

Fix lint workflow #358

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Fix lint workflow #358

merged 1 commit into from
Jul 30, 2024

Conversation

davidbeig
Copy link
Contributor

@davidbeig davidbeig commented Jul 15, 2024

Since rubocop inherits from the decidim rubocop config files, it broke after merging decidim/decidim#13146.

This PR fixes it. Basically we add rubocop-rspec_rails dependency, as well as adding rubocop-capybara as required file in .rubocop.yml to get rid of a message when executing it.

The missing gem is what updates the different gem versions.

This solution really does not make a lot of sense, since this is not a ror application, but in order to not duplicate the rubocop files in de decidim-dev this is the easiest solution.

Copy link

netlify bot commented Jul 15, 2024

Deploy Preview for decidim-website ready!

Name Link
🔨 Latest commit 2f56063
🔍 Latest deploy log https://app.netlify.com/sites/decidim-website/deploys/669540600c6f9300086325ab
😎 Deploy Preview https://deploy-preview-358--decidim-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@davidbeig davidbeig changed the title fix lint workflow Fix lint workflow Jul 15, 2024
@andreslucena andreslucena merged commit a432cdb into decidim:main Jul 30, 2024
5 checks passed
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