# This configuration was generated by `rubocop --auto-gen-config` # on 2015-01-19 09:48:24 -0500 using RuboCop version 0.28.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. Lint/BlockAlignment: Enabled: false # Offense count: 1 Lint/LiteralInCondition: Enabled: false # Offense count: 2 Lint/RescueException: Enabled: false # Offense count: 1 Lint/ShadowingOuterLocalVariable: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Lint/StringConversionInInterpolation: Enabled: false # Offense count: 1 Lint/UnderscorePrefixedVariableName: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Lint/UnusedBlockArgument: Enabled: false # Offense count: 7 # Cop supports --auto-correct. Lint/UnusedMethodArgument: Enabled: false # Offense count: 2 Lint/UselessAssignment: Enabled: false # Offense count: 12 Lint/Void: Enabled: false # Offense count: 10 Metrics/AbcSize: Max: 1000 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 1000 # Offense count: 5 Metrics/CyclomaticComplexity: Max: 1000 # Offense count: 67 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 1000 # Offense count: 12 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 1000 # Offense count: 3 Metrics/PerceivedComplexity: Max: 1000 # Offense count: 27 # Cop supports --auto-correct. Style/Alias: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/AlignParameters: Enabled: false # Offense count: 21 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/AndOr: Enabled: false # Offense count: 18 # Cop supports --auto-correct. Style/Blocks: Enabled: false # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/BracesAroundHashParameters: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/ColonMethodCall: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/CommentIndentation: Enabled: false # Offense count: 18 Style/Documentation: Enabled: false # Offense count: 5 Style/DoubleNegation: Enabled: false # Offense count: 1 Style/EachWithObject: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/ElseAlignment: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/EmptyLiteral: Enabled: false # Offense count: 4 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/FormatString: Enabled: false # Offense count: 2 # Configuration parameters: MaxLineLength. Style/IfUnlessModifier: Enabled: false # Offense count: 6 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/IndentHash: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: Width. Style/IndentationWidth: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/InfiniteLoop: Enabled: false # Offense count: 5 Style/Lambda: Enabled: false # Offense count: 1 Style/ModuleFunction: Enabled: false # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/MultilineOperationIndentation: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/NegatedIf: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/NumericLiterals: MinDigits: 1000 # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: 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: 7 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SignalException: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/SpecialGlobalVars: Enabled: false # Offense count: 234 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/StringLiterals: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist. Style/TrivialAccessors: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: WordRegex. Style/WordArray: MinSize: 1000