Right now, in the How to contribute section of the README.md, we can see these instructions:
bundle update
bundle exec rake
But on my Arch Linux with:
ruby 3.4.4 (2025-05-14 revision a38531fd3f) +PRISM [x86_64-linux]
Bundler version 2.6.9
building with these instructions causes RuboCop to scan all gems, because RuboCop excludes only:
I think we should update the README.md to prevent this kind of mistake.