Description
Hello,
I've noticed that files within the packs directory are not being targeted by some of the rubocop-rails
Cops. This issue arises because the default configurations for these Cops specifically include paths like app/models/**/*.rb
and potentially app/controllers/**/*.rb
, but do not consider the packs directory.
For instance, if similar rules are applied to the controllers, this might cause oversight in code standards for files within packs. It may be beneficial to either adjust the default Include paths or provide guidance on how to ensure that packs directory files are also checked, as they are crucial parts of Rails applications.
Could you consider updating the configuration or documentation to address this coverage gap?
Thank you for looking into this issue.