# This configuration was generated by `rubocop --auto-gen-config` # on 2014-06-25 16:30:49 -0500 using RuboCop version 0.24.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: 84 # Cop supports --auto-correct. Style/Blocks: Enabled: false # Offense count: 2 # Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep. Style/CaseIndentation: Enabled: false # Offense count: 7 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/ClassAndModuleChildren: Enabled: false # Offense count: 2 # Configuration parameters: CountComments. Style/ClassLength: Enabled: false # Offense count: 4 Style/CyclomaticComplexity: Max: 12 # Offense count: 50 Style/Documentation: Enabled: false # Offense count: 8 # Configuration parameters: MinBodyLength. Style/GuardClause: Enabled: false # Offense count: 4 # Configuration parameters: MaxLineLength. Style/IfUnlessModifier: Enabled: false # Offense count: 9 Style/Lambda: Enabled: false # Offense count: 6 # Cop supports --auto-correct. Style/LeadingCommentSpace: Enabled: false # Offense count: 165 # Configuration parameters: AllowURI. Style/LineLength: Max: 181 # Offense count: 14 # Configuration parameters: CountComments. Style/MethodLength: Max: 29 # Offense count: 2 Style/ModuleFunction: Enabled: false # Offense count: 2 Style/MultilineBlockChain: Enabled: false # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/Next: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/NumericLiterals: MinDigits: 6 # Offense count: 1 # Configuration parameters: NamePrefixBlacklist. Style/PredicateName: Enabled: false # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/RaiseArgs: Enabled: false # Offense count: 7 # Cop supports --auto-correct. Style/RedundantBegin: Enabled: false # Offense count: 4 # Cop supports --auto-correct. Style/RedundantSelf: Enabled: false # Offense count: 2 Style/RegexpLiteral: MaxSlashes: 0 # Offense count: 1 Style/SelfAssignment: Enabled: false # Offense count: 41 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SignalException: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/SpaceAfterComma: Enabled: false # Offense count: 61 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SpaceAroundEqualsInParameterDefault: Enabled: false # Offense count: 9 # Cop supports --auto-correct. Style/SpaceAroundOperators: Enabled: false # Offense count: 11 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SpaceBeforeBlockBraces: Enabled: false # Offense count: 22 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. Style/SpaceInsideBlockBraces: Enabled: false # Offense count: 101 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles. Style/SpaceInsideHashLiteralBraces: Enabled: false # Offense count: 3 # Cop supports --auto-correct. Style/SpecialGlobalVars: Enabled: false # Offense count: 7 # Cop supports --auto-correct. # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist. Style/TrivialAccessors: Enabled: false