# This configuration was generated by `rubocop --auto-gen-config` # on 2015-07-31 12:23:42 +0200 using RuboCop version 0.32.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 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AlignWith, SupportedStyles, AutoCorrect. Lint/DefEndAlignment: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AlignWith, SupportedStyles, AutoCorrect. Lint/EndAlignment: Enabled: false # Offense count: 2 Lint/UselessAssignment: Enabled: false # Offense count: 9 Metrics/AbcSize: Max: 71 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 209 # Offense count: 4 Metrics/CyclomaticComplexity: Max: 16 # Offense count: 40 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 268 # Offense count: 10 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 35 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 231 # Offense count: 4 Metrics/PerceivedComplexity: Max: 18 # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/AndOr: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, ProceduralMethods, FunctionalMethods, IgnoredMethods. Style/BlockDelimiters: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/BracesAroundHashParameters: Enabled: false # Offense count: 2 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/ClassAndModuleChildren: Enabled: false # Offense count: 14 Style/Documentation: Enabled: false # Offense count: 3 # Configuration parameters: Exclude. Style/FileName: Enabled: false # Offense count: 1 # Configuration parameters: MinBodyLength. Style/GuardClause: Enabled: false # Offense count: 1 Style/ModuleFunction: Enabled: false # Offense count: 2 # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles. Style/Next: Enabled: false # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. Style/RegexpLiteral: Enabled: false # Offense count: 1 # Configuration parameters: Methods. Style/SingleLineBlockParams: Enabled: false