require: rubocop/cop/github AllCops: DisabledByDefault: true Lint/BlockAlignment: Enabled: true Lint/CircularArgumentReference: Enabled: true Lint/ConditionPosition: Enabled: true Lint/Debugger: Enabled: true Lint/DefEndAlignment: Enabled: true Lint/DeprecatedClassMethods: Enabled: true Lint/DuplicateMethods: Enabled: true Lint/DuplicatedKey: Enabled: true Lint/EachWithObjectArgument: Enabled: true Lint/ElseLayout: Enabled: true Lint/EmptyEnsure: Enabled: true Lint/EndInMethod: Enabled: true Lint/EmptyInterpolation: Enabled: true Lint/EndAlignment: Enabled: false Lint/EnsureReturn: Enabled: true Lint/Eval: Enabled: true Lint/FloatOutOfRange: Enabled: true Lint/FormatParameterMismatch: Enabled: true Lint/InvalidCharacterLiteral: Enabled: true Lint/LiteralInCondition: Enabled: true Lint/LiteralInInterpolation: Enabled: true Lint/Loop: Enabled: true Lint/NextWithoutAccumulator: Enabled: true Lint/RandOne: Enabled: true Lint/RequireParentheses: Enabled: true Lint/RescueException: Enabled: true Lint/StringConversionInInterpolation: Enabled: true Lint/UnderscorePrefixedVariableName: Enabled: true Lint/UnneededDisable: Enabled: true Lint/UnneededSplatExpansion: Enabled: true Lint/UnreachableCode: Enabled: true Lint/UselessComparison: Enabled: true Lint/UselessSetterCall: Enabled: true Lint/Void: Enabled: true Performance/CaseWhenSplat: Enabled: false Performance/Count: Enabled: true Performance/Detect: Enabled: true Performance/DoubleStartEndWith: Enabled: true Performance/EndWith: Enabled: true Performance/FlatMap: Enabled: true Performance/HashEachMethods: Enabled: true Performance/LstripRstrip: Enabled: true Performance/RangeInclude: Enabled: false Performance/RedundantMatch: Enabled: false Performance/RedundantMerge: Enabled: true MaxKeyValuePairs: 1 Performance/RedundantSortBy: Enabled: true Performance/ReverseEach: Enabled: true Performance/Sample: Enabled: true Performance/Size: Enabled: true Performance/StartWith: Enabled: true Style/ArrayJoin: Enabled: true Style/AsciiIdentifiers: Enabled: true Style/BeginBlock: Enabled: true Style/BlockComments: Enabled: true Style/BlockEndNewline: Enabled: true Style/CaseEquality: Enabled: true Style/CharacterLiteral: Enabled: true Style/ClassAndModuleCamelCase: Enabled: true Style/ClassMethods: Enabled: true Style/DefWithParentheses: Enabled: true Style/EndBlock: Enabled: true Style/EndOfLine: Enabled: true Style/FileName: Enabled: true Style/FlipFlop: Enabled: true Style/For: Enabled: true Style/FrozenStringLiteralComment: Enabled: true Style/InitialIndentation: Enabled: true Style/LambdaCall: Enabled: true Style/MethodCallParentheses: Enabled: true Style/MethodDefParentheses: Enabled: true Style/MethodName: Enabled: true Style/MultilineIfThen: Enabled: true Style/NilComparison: Enabled: true Style/Not: Enabled: true Style/OneLineConditional: Enabled: true Style/SpaceAfterMethodName: Enabled: true Style/SpaceAfterColon: Enabled: true Style/SpaceAfterComma: Enabled: true Style/SpaceAfterNot: Enabled: true Style/SpaceAfterSemicolon: Enabled: true Style/SpaceAroundBlockParameters: Enabled: true Style/SpaceAroundEqualsInParameterDefault: Enabled: true Style/SpaceInsideArrayPercentLiteral: Enabled: true Style/SpaceInsideBrackets: Enabled: true Style/SpaceInsideParens: Enabled: true Style/SpaceInsideRangeLiteral: Enabled: true Style/StabbyLambdaParentheses: Enabled: true Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/Tab: Enabled: true Style/TrailingBlankLines: Enabled: true Style/TrailingWhitespace: Enabled: true