# This configuration was generated by `rubocop --auto-gen-config` # on 2014-03-27 13:46:06 +0900 using RuboCop version 0.19.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. AccessModifierIndentation: Enabled: false # Offense count: 1 AccessorMethodName: Enabled: false # Offense count: 29 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. AlignParameters: Enabled: false # Offense count: 2 AmbiguousOperator: Enabled: false # Offense count: 30 # Cop supports --auto-correct. AndOr: Enabled: false # Offense count: 22 AsciiComments: Enabled: false # Offense count: 34 # Configuration parameters: AllowSafeAssignment. AssignmentInCondition: Enabled: false # Offense count: 1 BlockAlignment: Enabled: false # Offense count: 1 BlockComments: Enabled: false # Offense count: 10 BlockNesting: Max: 4 # Offense count: 114 # Cop supports --auto-correct. Blocks: Enabled: false # Offense count: 31 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. BracesAroundHashParameters: Enabled: false # Offense count: 4 CaseEquality: Enabled: false # Offense count: 1 ClassAndModuleCamelCase: Enabled: false # Offense count: 4 # Configuration parameters: EnforcedStyle, SupportedStyles. ClassAndModuleChildren: Enabled: false # Offense count: 28 # Configuration parameters: CountComments. ClassLength: Max: 1003 # Offense count: 35 ClassMethods: Enabled: false # Offense count: 2 ClassVars: Enabled: false # Offense count: 14 # Cop supports --auto-correct. # Configuration parameters: PreferredMethods. CollectionMethods: Enabled: false # Offense count: 1 # Cop supports --auto-correct. ColonMethodCall: Enabled: false # Offense count: 11 # Configuration parameters: Keywords. CommentAnnotation: Enabled: false # Offense count: 1 ConstantName: Enabled: false # Offense count: 52 CyclomaticComplexity: Max: 64 # Offense count: 98 Documentation: Enabled: false # Offense count: 5 # Cop supports --auto-correct. # Configuration parameters: AllowAdjacentOneLineDefs. EmptyLineBetweenDefs: Enabled: false # Offense count: 32 # Cop supports --auto-correct. EmptyLines: Enabled: false # Offense count: 3 EmptyLinesAroundAccessModifier: Enabled: false # Offense count: 101 # Cop supports --auto-correct. EmptyLinesAroundBody: Enabled: false # Offense count: 3 # Cop supports --auto-correct. EmptyLiteral: Enabled: false # Offense count: 1 Eval: Enabled: false # Offense count: 4 FavorUnlessOverNegatedIf: Enabled: false # Offense count: 11 # Configuration parameters: Exclude. FileName: Enabled: false # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. For: Enabled: false # Offense count: 22 # Configuration parameters: EnforcedStyle, SupportedStyles. FormatString: Enabled: false # Offense count: 13 # Configuration parameters: AllowedVariables. GlobalVars: Enabled: false # Offense count: 4 # Cop supports --auto-correct. HashMethods: Enabled: false # Offense count: 42 # Cop supports --auto-correct. # Configuration parameters: SupportedStyles. HashSyntax: EnforcedStyle: hash_rockets # Offense count: 34 # Configuration parameters: MaxLineLength. IfUnlessModifier: Enabled: false # Offense count: 2 # Cop supports --auto-correct. IndentArray: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. IndentHash: Enabled: false # Offense count: 36 # Cop supports --auto-correct. IndentationConsistency: Enabled: false # Offense count: 59 # Cop supports --auto-correct. IndentationWidth: Enabled: false # Offense count: 19 # Cop supports --auto-correct. LeadingCommentSpace: Enabled: false # Offense count: 6 # Cop supports --auto-correct. LineEndConcatenation: Enabled: false # Offense count: 696 LineLength: Max: 739 # Offense count: 109 # Cop supports --auto-correct. MethodCallParentheses: Enabled: false # Offense count: 11 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. MethodDefParentheses: Enabled: false # Offense count: 226 # Configuration parameters: CountComments. MethodLength: Max: 426 # Offense count: 17 # Configuration parameters: EnforcedStyle, SupportedStyles. MethodName: Enabled: false # Offense count: 1 MultilineIfThen: Enabled: false # Offense count: 6 Not: Enabled: false # Offense count: 2 # Cop supports --auto-correct. NumericLiterals: MinDigits: 7 # Offense count: 1 OpMethod: Enabled: false # Offense count: 2 # Configuration parameters: CountKeywordArgs. ParameterLists: Max: 6 # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: AllowSafeAssignment. ParenthesesAroundCondition: Enabled: false # Offense count: 2 ParenthesesAsGroupedExpression: Enabled: false # Offense count: 473 # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. PercentLiteralDelimiters: Enabled: false # Offense count: 36 # Cop supports --auto-correct. PerlBackrefs: Enabled: false # Offense count: 1 # Configuration parameters: NamePrefixBlacklist. PredicateName: Enabled: false # Offense count: 4 RedundantBegin: Enabled: false # Offense count: 15 # Cop supports --auto-correct. # Configuration parameters: AllowMultipleReturnValues. RedundantReturn: Enabled: false # Offense count: 8 # Cop supports --auto-correct. RedundantSelf: Enabled: false # Offense count: 18 # Configuration parameters: MaxSlashes. RegexpLiteral: Enabled: false # Offense count: 8 SelfAssignment: Enabled: false # Offense count: 5 # Cop supports --auto-correct. # Configuration parameters: AllowAsExpressionSeparator. Semicolon: Enabled: false # Offense count: 2 ShadowingOuterLocalVariable: Enabled: false # Offense count: 40 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. SignalException: Enabled: false # Offense count: 5 # Configuration parameters: Methods. SingleLineBlockParams: Enabled: false # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: AllowIfMethodIsEmpty. SingleLineMethods: Enabled: false # Offense count: 230 # Cop supports --auto-correct. SpaceAfterComma: Enabled: false # Offense count: 2 # Cop supports --auto-correct. SpaceAfterNot: Enabled: false # Offense count: 8 # Cop supports --auto-correct. SpaceAfterSemicolon: Enabled: false # Offense count: 36 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. SpaceAroundEqualsInParameterDefault: Enabled: false # Offense count: 152 # Cop supports --auto-correct. SpaceAroundOperators: Enabled: false # Offense count: 55 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. SpaceBeforeBlockBraces: Enabled: false # Offense count: 232 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. SpaceInsideBlockBraces: Enabled: false # Offense count: 75 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles. SpaceInsideHashLiteralBraces: Enabled: false # Offense count: 2 # Cop supports --auto-correct. SpaceInsideParens: Enabled: false # Offense count: 13 # Cop supports --auto-correct. SpecialGlobalVars: Enabled: false # Offense count: 2407 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. StringLiterals: Enabled: false # Offense count: 348 Tab: Enabled: false # Offense count: 6 # Cop supports --auto-correct. TrailingBlankLines: Enabled: false # Offense count: 34 # Configuration parameters: EnforcedStyleForMultiline, SupportedStyles. TrailingComma: Enabled: false # Offense count: 8 # Configuration parameters: ExactNameMatch, AllowPredicates, Whitelist. TrivialAccessors: Enabled: false # Offense count: 3 UnlessElse: Enabled: false # Offense count: 18 UselessAssignment: Enabled: false # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. VariableName: Enabled: false # Offense count: 3 # Configuration parameters: MaxLineLength. WhileUntilModifier: Enabled: false # Offense count: 31 # Cop supports --auto-correct. WordArray: MinSize: 7 BarePercentLiterals: Enabled: false UnusedMethodArgument: Enabled: false PercentQLiterals: Enabled: false UnneededPercentQ: Enabled: false