require: - standard/cop/semantic_blocks - rubocop-rspec inherit_gem: standard: config/base.yml AllCops: Exclude: - 'bin/*' - 'tmp/**/*' - 'Gemfile' - 'vendor/**/*' - 'gemfiles/**/*' DisplayCopNames: true Standard/SemanticBlocks: Enabled: false Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: no_comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: no_comma Style/FrozenStringLiteralComment: Enabled: true RSpec/Focus: Enabled: true RSpec/EmptyExampleGroup: Enabled: true RSpec/EmptyLineAfterExampleGroup: Enabled: true RSpec/EmptyLineAfterFinalLet: Enabled: true RSpec/EmptyLineAfterHook: Enabled: true RSpec/EmptyLineAfterSubject: Enabled: true RSpec/HooksBeforeExamples: Enabled: true RSpec/ImplicitExpect: Enabled: true RSpec/IteratedExpectation: Enabled: true RSpec/LetBeforeExamples: Enabled: true RSpec/MissingExampleGroupArgument: Enabled: true RSpec/ReceiveCounts: Enabled: true