require: - rubocop-rspec AllCops: TargetRubyVersion: 2.5 NewCops: enable SuggestExtensions: false Layout/EmptyLineAfterGuardClause: Enabled: false Layout/LineLength: Max: 120 Metrics/BlockLength: Exclude: - "game_of_life.gemspec" - "spec/**/*" Naming/MethodParameterName: AllowedNames: x, y Style/AccessModifierDeclarations: EnforcedStyle: inline Style/Alias: EnforcedStyle: prefer_alias_method Style/BlockDelimiters: Exclude: - "spec/**/*" Style/Documentation: Enabled: false Style/FormatString: EnforcedStyle: format Style/SignalException: EnforcedStyle: semantic Style/StringLiterals: EnforcedStyle: double_quotes Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma RSpec/ExampleLength: Max: 12 RSpec/MessageSpies: EnforcedStyle: receive RSpec/MultipleExpectations: Max: 4