This reproduces an issue related to how inherit_from
converts paths.
This is related to https://github.com/rubocop/rubocop/pull/11260
To reproduce the issue:
- Run
bundle exec rubocop
and observe no issues - Comment out the
Include
forLayout/LineLength
in.rubocop.yml
and rerunbundle exec rubocop
and observe the issue.