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

Commits on Apr 12, 2023

  1. Update documentation to fix Rubocop errors in 'rails generate' command

    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
    tmaier committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f5c9e30 View commit details
    Browse the repository at this point in the history