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

Update documentation to fix Rubocop errors in 'rails generate' command #977

Merged
merged 1 commit into from Apr 13, 2023

Conversation

tmaier
Copy link
Contributor

@tmaier tmaier commented Apr 5, 2023

Previously, the 'rails generate' command would send unsupported files to Rubocop, causing errors and failures in the process.
To fix this, we added a filter that only sends parsable files to Rubocop.

This commit updates the documentation to reflect this change, helping users avoid errors and complete 'rails generate' command successfully.

Follow-up to #961 and #956

README.md Outdated Show resolved Hide resolved
@tmaier tmaier changed the title Filter erb files from generator command Update documentation to fix Rubocop errors in 'rails generate' command Apr 12, 2023
Previously, the 'rails generate' command would send unsupported files to
Rubocop, causing errors and failures in the process.
To fix this, we added a filter that only sends parsable
files to Rubocop.

This commit updates the documentation to reflect this change,
helping users avoid errors and complete
'rails generate' command successfully.

Follow-up to rubocop#961 and rubocop#956
@koic koic merged commit 96821da into rubocop:master Apr 13, 2023
12 checks passed
@koic
Copy link
Member

koic commented Apr 13, 2023

Thanks!

@tmaier tmaier deleted the generator-2 branch April 16, 2023 05:36
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.

None yet

2 participants