rubocop / rubocop-rails

A RuboCop extension focused on enforcing Rails best practices and coding conventions.
https://docs.rubocop.org/rubocop-rails
MIT License
821 stars 263 forks source link

[Fix #1345] Improve offense message for `Rails/RootPathnameMethods` #1347

Closed Earlopain closed 3 months ago

Earlopain commented 3 months ago

Fix #1345

The current message is confusing/nonsensical for Dir[]. Let's display the correct code instead to show what needs to be done.

I also added the Dir offenses to the example section.


Before submitting the PR make sure the following are checked:

vinbarnes commented 2 months ago

🆒 Thanks for improving this for us all!