Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit applies `rubocop --auto-gen-config` to suppress the following offense: ```console $ bundle exec rubocop (snip) Offenses: lib/rubocop/cop/performance/inefficient_hash_search.rb:88:78: C: InternalAffairs/CopEnabled: Consider replacing uses of preferred_config with config.for_enabled_cop. preferred_config && preferred_config['EnforcedStyle'] == 'long' && preferred_config['Enabled'] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 120 files inspected, 1 offense detected ``` In the future, the offense of `InternalAffairs/CopEnabled` can be autocorrected, but raising the minimum required RuboCop version just for that should be avoided.
- Loading branch information