# This configuration was generated by `rubocop --auto-gen-config` # on 2014-04-29 00:01:18 -0600 using RuboCop version 0.20.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: 3 AccessorMethodName: Enabled: false # Offense count: 7 # Cop supports --auto-correct. AndOr: Enabled: false # Offense count: 6 BlockNesting: Max: 6 # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. BracesAroundHashParameters: Enabled: false # Offense count: 4 # Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep. CaseIndentation: Enabled: false # Offense count: 3 # Configuration parameters: CountComments. ClassLength: Max: 569 # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: PreferredMethods. CollectionMethods: Enabled: false # Offense count: 7 # Cop supports --auto-correct. ColonMethodCall: Enabled: false # Offense count: 4 # Configuration parameters: Keywords. CommentAnnotation: Enabled: false # Offense count: 6 CyclomaticComplexity: Max: 46 # Offense count: 6 # Cop supports --auto-correct. DefWithParentheses: Enabled: false # Offense count: 12 # Cop supports --auto-correct. DeprecatedClassMethods: Enabled: false # Offense count: 4 Documentation: Enabled: false # Offense count: 4 # Configuration parameters: EnforcedStyle, SupportedStyles. DotPosition: Enabled: false # Offense count: 4 # Cop supports --auto-correct. EmptyLines: Enabled: false # Offense count: 7 # Cop supports --auto-correct. EmptyLinesAroundBody: Enabled: false # Offense count: 1 EndOfLine: Enabled: false # Offense count: 3 Eval: Enabled: false # Offense count: 1 # Configuration parameters: Exclude. FileName: Enabled: false # Offense count: 3 # Configuration parameters: EnforcedStyle, SupportedStyles. FormatString: Enabled: false # Offense count: 92 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. HashSyntax: Enabled: false # Offense count: 1 # Configuration parameters: MaxLineLength. IfUnlessModifier: Enabled: false # Offense count: 1 # Cop supports --auto-correct. IndentationConsistency: Enabled: false # Offense count: 1 # Cop supports --auto-correct. IndentationWidth: Enabled: false # Offense count: 95 # Cop supports --auto-correct. LeadingCommentSpace: Enabled: false # Offense count: 283 LineLength: Max: 399 # Offense count: 9 # Cop supports --auto-correct. MethodCallParentheses: Enabled: false # Offense count: 17 # Configuration parameters: CountComments. MethodLength: Max: 246 # Offense count: 1 MultilineTernaryOperator: Enabled: false # Offense count: 24 # Cop supports --auto-correct. NegatedIf: Enabled: false # Offense count: 1 # Cop supports --auto-correct. NonNilCheck: Enabled: false # Offense count: 20 # Cop supports --auto-correct. Not: Enabled: false # Offense count: 1 # Configuration parameters: SupportedStyles. RaiseArgs: EnforcedStyle: compact # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: AllowMultipleReturnValues. RedundantReturn: Enabled: false # Offense count: 2 # Cop supports --auto-correct. RedundantSelf: Enabled: false # Offense count: 1 # Configuration parameters: MaxSlashes. RegexpLiteral: Enabled: false # Offense count: 1 RescueException: Enabled: false # Offense count: 2 SelfAssignment: Enabled: false # Offense count: 40 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. SignalException: Enabled: false # Offense count: 34 # Cop supports --auto-correct. SpaceAfterComma: Enabled: false # Offense count: 3 # Cop supports --auto-correct. SpaceAroundOperators: Enabled: false # Offense count: 32 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles. SpaceInsideHashLiteralBraces: Enabled: false # Offense count: 10 # Cop supports --auto-correct. StringConversionInInterpolation: Enabled: false # Offense count: 264 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. StringLiterals: Enabled: false # Offense count: 1 Tab: Enabled: false # Offense count: 3 # Cop supports --auto-correct. TrailingBlankLines: Enabled: false # Offense count: 69 # Cop supports --auto-correct. TrailingWhitespace: Enabled: false # Offense count: 7 UselessAssignment: Enabled: false # Offense count: 7 # Configuration parameters: EnforcedStyle, SupportedStyles. VariableName: Enabled: false