# This configuration was generated by `rubocop --auto-gen-config` # on 2014-08-06 21:26:49 +0900 using RuboCop version 0.24.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: 2 Lint/AmbiguousOperator: Enabled: false # Offense count: 87 Lint/AmbiguousRegexpLiteral: Enabled: false # Offense count: 9 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Enabled: false # Offense count: 1 Lint/Debugger: Enabled: false # Offense count: 3 Lint/UnderscorePrefixedVariableName: Enabled: false # Offense count: 6 # Cop supports --auto-correct. Lint/UnusedMethodArgument: Enabled: false # Offense count: 6 Style/AccessorMethodName: Enabled: false # Offense count: 3 Style/AsciiComments: Enabled: false # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/ClassAndModuleChildren: Enabled: false # Offense count: 5 # Configuration parameters: CountComments. Style/ClassLength: Max: 201 # Offense count: 2 Style/CyclomaticComplexity: Max: 7 # Offense count: 87 Style/Documentation: Enabled: false # Offense count: 2 Style/DoubleNegation: Enabled: false # Offense count: 11 # Configuration parameters: MinBodyLength. Style/GuardClause: Enabled: false # Offense count: 1 # Configuration parameters: MaxLineLength. Style/IfUnlessModifier: Enabled: false # Offense count: 31 # Configuration parameters: AllowURI. Style/LineLength: Max: 123 # Offense count: 22 # Configuration parameters: CountComments. Style/MethodLength: Max: 34 # Offense count: 2 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/MethodName: Enabled: false # Offense count: 22 # Configuration parameters: NamePrefixBlacklist. Style/PredicateName: Enabled: false # Offense count: 2 # Configuration parameters: Methods. Style/SingleLineBlockParams: Enabled: false # Offense count: 45 # Cop supports --auto-correct. Style/SingleSpaceBeforeFirstArg: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/SpecialGlobalVars: Enabled: false # Offense count: 9 # Cop supports --auto-correct. # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist. Style/TrivialAccessors: Enabled: false