Warn duplicated keys in .rubocop.yml by pocke · Pull Request #6733 · rubocop/rubocop
Problem Sometimes .rubocop.yml has duplicated keys, but RuboCop ignores them. It confuses us. For example #6728 # RuboCop ignores this configuration. Metrics/BlockLength: Max: 50 # long long lin...