We recently added support for `.config` in RuboCop, but a question was brought up about whether tools are expected to go for: - `.config/.tool-config` - `.config/tool/config` - `.config/tool-config` See https://github.com/rubocop/rubocop/pull/12700#issuecomment-1949352779 for more context.
We recently added support for
.configin RuboCop, but a question was brought up about whether tools are expected to go for:.config/.tool-config.config/tool/config.config/tool-configSee rubocop/rubocop#12700 (comment) for more context.