AllCops: NewCops: enable TargetRubyVersion: 2.7 Layout/ExtraSpacing: Enabled: false Layout/FirstHashElementIndentation: Enabled: false Layout/HashAlignment: Enabled: false Layout/LeadingCommentSpace: Enabled: false Layout/LineLength: Max: 160 Layout/MultilineMethodCallBraceLayout: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false Layout/SpaceAroundOperators: Enabled: false Layout/SpaceBeforeFirstArg: Enabled: false Layout/SpaceBeforeSemicolon: Enabled: false Layout/SpaceInsideArrayLiteralBrackets: Enabled: false Lint/AmbiguousOperator: Enabled: false Lint/AmbiguousOperatorPrecedence: Enabled: false Lint/EmptyWhen: Enabled: false Lint/Void: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockLength: Enabled: false Metrics/MethodLength: Enabled: false Naming/MethodParameterName: Enabled: false Metrics/ParameterLists: Enabled: false Naming/MemoizedInstanceVariableName: Enabled: false EnforcedStyleForLeadingUnderscores: required Style/BlockDelimiters: EnforcedStyle: semantic BracesRequiredMethods: [button, command, entry, frame, label, spinbox] Style/ClassAndModuleChildren: EnforcedStyle: compact Style/RescueModifier: Enabled: false Style/Semicolon: AllowAsExpressionSeparator: true Style/StringLiterals: EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/TrailingCommaInArguments: Enabled: false EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma