inherit_gem: gitlab-styles: - rubocop-default.yml require: - rubocop-rspec AllCops: TargetRubyVersion: 2.7 Exclude: - 'tmp/**/*' - 'spec/fixtures/**/*' - 'vendor/**/*' Cop/GemFetcher: Enabled: false Layout/FirstArrayElementIndentation: EnforcedStyle: consistent Layout/FirstHashElementIndentation: EnforcedStyle: consistent