AllCops: TargetRubyVersion: 2.6.4 Layout/SpaceInLambdaLiteral: EnforcedStyle: require_space Layout/AlignHash: EnforcedColonStyle: table Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines_except_namespace Lint/UnusedMethodArgument: AutoCorrect: false Metrics/AbcSize: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Metrics/LineLength: Enabled: false Metrics/ModuleLength: Enabled: false Metrics/ParameterLists: Enabled: false Metrics/MethodLength: Enabled: false Naming/VariableNumber: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/ClassVars: Enabled: false Style/Documentation: Enabled: false Style/EmptyMethod: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/MutableConstant: Enabled: false Style/StabbyLambdaParentheses: EnforcedStyle: require_no_parentheses # Layout/AlignArray: # Layout/AlignHash: # Layout/AlignParameters: # Layout/EmptyLineBetweenDefs: # Layout/EmptyLinesAroundClassBody: # Layout/EmptyLinesAroundExceptionHandlingKeywords: # Layout/EmptyLinesAroundModuleBody: # Layout/ExtraSpacing: # Layout/LeadingBlankLines: # Layout/SpaceAroundOperators: # Layout/SpaceBeforeFirstArg: # Layout/SpaceInLambdaLiteral: # Lint/AmbiguousOperator: # Lint/AmbiguousRegexpLiteral: # Lint/HandleExceptions: # Lint/IneffectiveAccessModifier: # Lint/ToJSON: # Lint/UnderscorePrefixedVariableName: # Lint/UnneededSplatExpansion: # Lint/UnreachableCode: # Lint/UselessAccessModifier: # Lint/UselessAssignment: # Lint/Void: # Metrics/AbcSize: # Metrics/BlockLength: # Metrics/ClassLength: # Metrics/CyclomaticComplexity: # Metrics/LineLength: # Metrics/MethodLength: # Metrics/ModuleLength: # Metrics/ParameterLists: # Metrics/PerceivedComplexity: # Naming/ClassAndModuleCamelCase: # Naming/RescuedExceptionsVariableName: # Naming/UncommunicativeMethodParamName: # Naming/VariableNumber: # Security/MarshalLoad: # Style/ClassVars: # Style/Documentation: # Style/EmptyMethod: # Style/FormatStringToken: # Style/IfUnlessModifier: # Style/MixinUsage: # Style/MutableConstant: # Style/NumericLiterals: # Style/NumericPredicate: # Style/SingleLineMethods: # Style/StringLiterals: # Style/TernaryParentheses: