# This configuration was generated by `rubocop --auto-gen-config` # on 2015-06-09 11:26:00 -0700 using RuboCop version 0.27.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 # Cop supports --auto-correct. Lint/DeprecatedClassMethods: Enabled: false # Offense count: 5 # Cop supports --auto-correct. Lint/UnusedMethodArgument: Enabled: false # Offense count: 17 Metrics/AbcSize: Max: 30 # Offense count: 3 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 219 # Offense count: 32 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 470 # Offense count: 8 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 20 # Offense count: 1 Metrics/PerceivedComplexity: Max: 8 # Offense count: 18 Style/ClassVars: Enabled: false # Offense count: 4 # Cop supports --auto-correct. Style/DeprecatedHashMethods: Enabled: false # Offense count: 14 Style/Documentation: Enabled: false # Offense count: 2 Style/DoubleNegation: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/EmptyLiteral: Enabled: false # Offense count: 39 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/HashSyntax: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/MethodDefParentheses: Enabled: false # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/MethodName: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/NegatedIf: Enabled: false # Offense count: 10 # Cop supports --auto-correct. Style/NumericLiterals: MinDigits: 11 # Offense count: 1 Style/OpMethod: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowMultipleReturnValues. Style/RedundantReturn: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/RedundantSelf: Enabled: false # Offense count: 10 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SignalException: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AllowIfMethodIsEmpty. Style/SingleLineMethods: Enabled: false # Offense count: 87 # Cop supports --auto-correct. Style/SpaceAfterComma: Enabled: false # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SpaceAroundEqualsInParameterDefault: Enabled: false # Offense count: 147 # Cop supports --auto-correct. Style/SpaceAroundOperators: Enabled: false # Offense count: 26 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SpaceBeforeBlockBraces: Enabled: false # Offense count: 5 # Cop supports --auto-correct. Style/SpaceBeforeSemicolon: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/SpecialGlobalVars: Enabled: false # Offense count: 290 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/StringLiterals: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/TrailingWhitespace: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist. Style/TrivialAccessors: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/UnneededPercentQ: Enabled: false