# This configuration was generated by `rubocop --auto-gen-config` # on 2015-07-13 18:02:44 +0000 using RuboCop version 0.31.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: 2 Lint/LiteralInCondition: Enabled: false # Offense count: 3 Lint/ParenthesesAsGroupedExpression: Enabled: false # Offense count: 1 Lint/RescueException: Enabled: false # Offense count: 4 # Cop supports --auto-correct. Lint/UnusedBlockArgument: Enabled: false # Offense count: 14 # Cop supports --auto-correct. Lint/UnusedMethodArgument: Enabled: false # Offense count: 2 Lint/UselessAssignment: Enabled: false # Offense count: 12 Metrics/AbcSize: Max: 155 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 156 # Offense count: 4 Metrics/CyclomaticComplexity: Max: 22 # Offense count: 62 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 132 # Offense count: 15 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 124 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 141 # Offense count: 4 Metrics/PerceivedComplexity: Max: 22 # Offense count: 1 Style/AccessorMethodName: Enabled: false # Offense count: 7 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/AndOr: Enabled: false # Offense count: 18 Style/Documentation: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/DotPosition: Enabled: false # Offense count: 9 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyLinesAroundBlockBody: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyLinesAroundClassBody: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyLinesAroundModuleBody: Enabled: false # Offense count: 2 # Configuration parameters: Exclude. Style/FileName: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/FirstParameterIndentation: Enabled: false # Offense count: 1 # Configuration parameters: MinBodyLength. Style/GuardClause: Enabled: false # Offense count: 33 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, UseHashRocketsWithSymbolValues. Style/HashSyntax: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/InfiniteLoop: Enabled: false # Offense count: 3 # Cop supports --auto-correct. Style/MethodCallParentheses: Enabled: false # Offense count: 19 # Cop supports --auto-correct. Style/NegatedIf: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/NilComparison: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/Not: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: AllowMultipleReturnValues. Style/RedundantReturn: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/RedundantSelf: Enabled: false # Offense count: 8 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SignalException: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: SupportedStyles. Style/SpaceAroundEqualsInParameterDefault: EnforcedStyle: no_space # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SpaceBeforeBlockBraces: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/SpaceBeforeComma: Enabled: false # Offense count: 342 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/StringLiterals: Enabled: false # Offense count: 6 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/StringLiteralsInInterpolation: Enabled: false # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: IgnoredMethods. Style/SymbolProc: Enabled: false