# This configuration was generated by `rubocop --auto-gen-config` # on 2015-07-15 20:39:25 -0700 using RuboCop version 0.32.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: 4 Lint/Eval: Enabled: false # Offense count: 5 Lint/HandleExceptions: Enabled: false # Offense count: 1 Lint/NestedMethodDefinition: Enabled: false # Offense count: 1 Lint/NonLocalExitFromIterator: Enabled: false # Offense count: 6 Lint/RescueException: Enabled: false # Offense count: 38 # Cop supports --auto-correct. Lint/UnusedMethodArgument: Enabled: false # Offense count: 7 Lint/UselessAssignment: Enabled: false # Offense count: 959 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 207 # Offense count: 4 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 363 # Offense count: 2 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 6 # Offense count: 49 Metrics/PerceivedComplexity: Max: 54 # Offense count: 1 Style/AccessorMethodName: Enabled: false # Offense count: 12 # Cop supports --auto-correct. # Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle, SupportedLastArgumentHashStyles. Style/AlignHash: Enabled: false # Offense count: 12 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/AlignParameters: Enabled: false # Offense count: 16 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/AndOr: Enabled: false # Offense count: 22 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, ProceduralMethods, FunctionalMethods, IgnoredMethods. Style/BlockDelimiters: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/BlockEndNewline: Enabled: false # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/BracesAroundHashParameters: Enabled: false # Offense count: 3 Style/CaseEquality: Enabled: false # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep. Style/CaseIndentation: Enabled: false # Offense count: 22 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/ClassAndModuleChildren: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/ClassCheck: Enabled: false # Offense count: 3 # Cop supports --auto-correct. Style/ClosingParenthesisIndentation: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/ColonMethodCall: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerBackticks. Style/CommandLiteral: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: Keywords. Style/CommentAnnotation: Enabled: false # Offense count: 3 # Cop supports --auto-correct. Style/DeprecatedHashMethods: Enabled: false # Offense count: 153 Style/Documentation: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyElse: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/EmptyLinesAroundMethodBody: Enabled: false # Offense count: 9 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyLinesAroundModuleBody: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/EmptyLiteral: Enabled: false # Offense count: 1 # Configuration parameters: Exclude. Style/FileName: Enabled: false # Offense count: 3 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/For: Enabled: false # Offense count: 4 # Configuration parameters: AllowedVariables. Style/GlobalVars: Enabled: false # Offense count: 29 # Configuration parameters: MinBodyLength. Style/GuardClause: Enabled: false # Offense count: 20 # Cop supports --auto-correct. # Configuration parameters: MaxLineLength. Style/IfUnlessModifier: Enabled: false # Offense count: 3 # Cop supports --auto-correct. Style/IndentArray: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/IndentationConsistency: Enabled: false # Offense count: 5 # Cop supports --auto-correct. # Configuration parameters: Width. Style/IndentationWidth: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/InfiniteLoop: Enabled: false # Offense count: 4 # Cop supports --auto-correct. Style/LeadingCommentSpace: Enabled: false # Offense count: 4 # Cop supports --auto-correct. Style/LineEndConcatenation: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/MethodCallParentheses: Enabled: false # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/MethodDefParentheses: Enabled: false # Offense count: 2 Style/ModuleFunction: Enabled: false # Offense count: 1 Style/MultilineBlockChain: Enabled: false # Offense count: 3 # Cop supports --auto-correct. Style/MultilineBlockLayout: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/MultilineIfThen: Enabled: false # Offense count: 13 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/MultilineOperationIndentation: Enabled: false # Offense count: 4 Style/MultilineTernaryOperator: Enabled: false # Offense count: 5 # Cop supports --auto-correct. Style/NegatedIf: Enabled: false # Offense count: 1 Style/NestedTernaryOperator: Enabled: false # Offense count: 10 # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles. Style/Next: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/Not: Enabled: false # Offense count: 3 # Cop supports --auto-correct. Style/NumericLiterals: MinDigits: 8 # Offense count: 1 Style/OneLineConditional: Enabled: false # Offense count: 5 Style/OpMethod: Enabled: false # Offense count: 22 # Cop supports --auto-correct. Style/ParallelAssignment: Enabled: false # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: AllowSafeAssignment. Style/ParenthesesAroundCondition: Enabled: false # Offense count: 63 # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: Enabled: false # Offense count: 22 # Cop supports --auto-correct. Style/PerlBackrefs: Enabled: false # Offense count: 8 # Configuration parameters: NamePrefix, NamePrefixBlacklist. Style/PredicateName: Enabled: false # Offense count: 3 # Cop supports --auto-correct. Style/Proc: Enabled: false # Offense count: 8 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/RaiseArgs: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/RedundantBegin: Enabled: false # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: AllowMultipleReturnValues. Style/RedundantReturn: Enabled: false # Offense count: 7 # Cop supports --auto-correct. Style/RedundantSelf: Enabled: false # Offense count: 24 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. Style/RegexpLiteral: Enabled: false # Offense count: 3 Style/RescueModifier: Enabled: false # Offense count: 2 # Configuration parameters: Methods. Style/SingleLineBlockParams: Enabled: false # Offense count: 7 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SpaceAroundEqualsInParameterDefault: Enabled: false # Offense count: 4 # Cop supports --auto-correct. Style/SpaceInsideStringInterpolation: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/TrailingUnderscoreVariable: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/UnneededPercentQ: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/WhileUntilDo: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: MaxLineLength. Style/WhileUntilModifier: Enabled: false # Offense count: 9 # Cop supports --auto-correct. # Configuration parameters: WordRegex. Style/WordArray: MinSize: 3