You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Doc] Prevent unintended auto-correct with after_generate
Some `rails generators` may not generate `*.rb`. (e.g. `bin/rails g stimulus`)
In this case, `parsable_files` is empty, so RuboCop will parse all files.
This behavior is not intended, so it fixes the doc.
0 commit comments