inherit_from: - https://raw.githubusercontent.com/pixta-dev/pixta-rubocop/master/rubocop.yml # Normally additional configs of AllCops/Include and AllCops/Exclude override to RuboCops's defaults. # But you'd like to apply both RuboCops's defaults and addtional configs of AllCops/Include and AllCops/Exclude. # ref: https://docs.rubocop.org/en/stable/configuration/#unusual-files-that-would-not-be-included-by-default inherit_mode: merge: - Include - Exclude AllCops: TargetRubyVersion: 3.0 Exclude: - "Gemfile" - "bin/*" - "config/**/*" - "db/**/*" - "deploy/**/*"