# This configuration was generated by `rubocop --auto-gen-config` # on 2014-05-17 14:03:40 -0700 using RuboCop version 0.21.0. # 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: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. AccessModifierIndentation: Enabled: false # Offense count: 1 AccessorMethodName: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Alias: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. AlignParameters: Enabled: false # Offense count: 8 # Cop supports --auto-correct. AndOr: Enabled: false # Offense count: 10 # Configuration parameters: AllowSafeAssignment. AssignmentInCondition: Enabled: false # Offense count: 1 BlockNesting: Max: 4 # Offense count: 3 # Cop supports --auto-correct. Blocks: Enabled: false # Offense count: 4 CaseEquality: Enabled: false # Offense count: 2 # Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep. CaseIndentation: Enabled: false # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. ClassAndModuleChildren: Enabled: false # Offense count: 3 # Configuration parameters: CountComments. ClassLength: Max: 257 # Offense count: 6 # Cop supports --auto-correct. # Configuration parameters: PreferredMethods. CollectionMethods: Enabled: false # Offense count: 3 # Cop supports --auto-correct. ColonMethodCall: Enabled: false # Offense count: 1 # Configuration parameters: Keywords. CommentAnnotation: Enabled: false # Offense count: 9 CyclomaticComplexity: Max: 8 # Offense count: 1 # Cop supports --auto-correct. DefWithParentheses: Enabled: false # Offense count: 1 # Cop supports --auto-correct. DeprecatedHashMethods: Enabled: false # Offense count: 75 Documentation: Enabled: false # Offense count: 4 # Configuration parameters: EnforcedStyle, SupportedStyles. DotPosition: Enabled: false # Offense count: 3 DoubleNegation: Enabled: false # Offense count: 10 # Cop supports --auto-correct. # Configuration parameters: AllowAdjacentOneLineDefs. EmptyLineBetweenDefs: Enabled: false # Offense count: 1 # Cop supports --auto-correct. EmptyLines: Enabled: false Encoding: Enabled: false # Offense count: 1 # Configuration parameters: AlignWith, SupportedStyles. EndAlignment: Enabled: false # Offense count: 2 # Configuration parameters: EnforcedStyle, SupportedStyles. For: Enabled: false # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. FormatString: Enabled: false # Offense count: 27 # Configuration parameters: AllowedVariables. GlobalVars: Enabled: false # Offense count: 10 HandleExceptions: Enabled: false # Offense count: 42 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. HashSyntax: Enabled: false # Offense count: 6 # Configuration parameters: MaxLineLength. IfUnlessModifier: Enabled: false # Offense count: 1 # Cop supports --auto-correct. IndentationWidth: Enabled: false # Offense count: 4 Lambda: Enabled: false # Offense count: 2 # Cop supports --auto-correct. LeadingCommentSpace: Enabled: false # Offense count: 149 LineLength: Max: 176 # Offense count: 1 LiteralInCondition: Enabled: false # Offense count: 3 Loop: Enabled: false # Offense count: 1 # Cop supports --auto-correct. MethodCallParentheses: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. MethodDefParentheses: Enabled: false # Offense count: 42 # Configuration parameters: CountComments. MethodLength: Max: 82 # Offense count: 1 ModuleFunction: Enabled: false # Offense count: 1 # Cop supports --auto-correct. NegatedWhile: Enabled: false # Offense count: 6 # Cop supports --auto-correct. NilComparison: Enabled: false # Offense count: 2 # Cop supports --auto-correct. NonNilCheck: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Not: Enabled: false # Offense count: 1 # Cop supports --auto-correct. NumericLiterals: MinDigits: 7 # Offense count: 1 # Configuration parameters: CountKeywordArgs. ParameterLists: Max: 6 # Offense count: 1 # Configuration parameters: NamePrefixBlacklist. PredicateName: Enabled: false # Offense count: 2 # Configuration parameters: EnforcedStyle, SupportedStyles. RaiseArgs: Enabled: false # Offense count: 1 RedundantException: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowMultipleReturnValues. RedundantReturn: Enabled: false # Offense count: 2 # Cop supports --auto-correct. RedundantSelf: Enabled: false # Offense count: 4 # Cop supports --auto-correct. RescueException: Enabled: false # Offense count: 8 RescueModifier: Enabled: false # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: AllowAsExpressionSeparator. Semicolon: Enabled: false # Offense count: 70 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. SignalException: Enabled: false # Offense count: 2 # Configuration parameters: Methods. SingleLineBlockParams: Enabled: false # Offense count: 28 # Cop supports --auto-correct. # Configuration parameters: AllowIfMethodIsEmpty. SingleLineMethods: Enabled: false # Offense count: 11 # Cop supports --auto-correct. SingleSpaceBeforeFirstArg: Enabled: false # Offense count: 5 # Cop supports --auto-correct. SpaceAfterComma: Enabled: false # Offense count: 7 # Cop supports --auto-correct. SpaceAfterMethodName: Enabled: false # Offense count: 15 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. SpaceAroundEqualsInParameterDefault: Enabled: false # Offense count: 3 # Cop supports --auto-correct. SpaceAroundOperators: Enabled: false # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. SpaceBeforeBlockBraces: Enabled: false # Offense count: 6 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. SpaceInsideBlockBraces: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles. SpaceInsideHashLiteralBraces: Enabled: false # Offense count: 1 # Cop supports --auto-correct. SpaceInsideParens: Enabled: false # Offense count: 13 # Cop supports --auto-correct. SpecialGlobalVars: Enabled: false # Offense count: 2 # Cop supports --auto-correct. StringConversionInInterpolation: Enabled: false # Offense count: 423 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. StringLiterals: Enabled: false # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. TrailingBlankLines: Enabled: false # Offense count: 3 # Configuration parameters: EnforcedStyleForMultiline, SupportedStyles. TrailingComma: Enabled: false # Offense count: 2 # Cop supports --auto-correct. TrailingWhitespace: Enabled: false # Offense count: 17 # Cop supports --auto-correct. # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist. TrivialAccessors: Enabled: false # Offense count: 4 UnderscorePrefixedVariableName: Enabled: false # Offense count: 3 UnusedBlockArgument: Enabled: false # Offense count: 9 UnusedMethodArgument: Enabled: false # Offense count: 7 UselessAssignment: Enabled: false # Offense count: 1 # Cop supports --auto-correct. VariableInterpolation: Enabled: false # Offense count: 4 Void: Enabled: false # Offense count: 2 # Configuration parameters: MaxLineLength. WhileUntilModifier: Enabled: false # Offense count: 1 # Cop supports --auto-correct. WordArray: MinSize: 2