# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-10-21 19:04:57 -0700 using RuboCop version 0.34.2. # 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: Exclude: - 'spec/harvestdor_client_spec.rb' # Offense count: 85 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 182 # Offense count: 6 RSpec/DescribedClass: Exclude: - 'spec/harvestdor_client_spec.rb' - 'spec/purl_xml_spec.rb' # Offense count: 8 # Configuration parameters: CustomTransform, IgnoredWords. RSpec/ExampleWording: Exclude: - 'spec/harvestdor_client_spec.rb' # Offense count: 2 # Configuration parameters: CustomTransform. RSpec/FilePath: Exclude: - 'spec/harvestdor_client_spec.rb' - 'spec/purl_xml_spec.rb' # Offense count: 118 RSpec/InstanceVariable: Exclude: - 'spec/harvestdor_client_spec.rb' - 'spec/purl_xml_spec.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle, SupportedLastArgumentHashStyles. Style/AlignHash: Exclude: - 'lib/harvestdor.rb' # Offense count: 6 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/BracesAroundHashParameters: Exclude: - 'lib/harvestdor/client.rb' - 'lib/harvestdor/purl_xml.rb' - 'spec/harvestdor_client_spec.rb' - 'spec/purl_xml_spec.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep. Style/CaseIndentation: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/CommentIndentation: Exclude: - 'harvestdor.gemspec' # Offense count: 4 # Configuration parameters: Exclude. Style/Documentation: Exclude: - 'lib/harvestdor.rb' - 'lib/harvestdor/errors.rb' - 'lib/harvestdor/purl_xml.rb' - 'lib/harvestdor/version.rb' # Offense count: 2 # Cop supports --auto-correct. Style/EmptyLines: Exclude: - 'Rakefile' - 'lib/harvestdor/client.rb' # Offense count: 4 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyLinesAroundBlockBody: Exclude: - 'harvestdor.gemspec' - 'spec/harvestdor_client_spec.rb' - 'spec/purl_xml_spec.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyLinesAroundClassBody: Exclude: - 'lib/harvestdor/client.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/EmptyLinesAroundModuleBody: Exclude: - 'lib/harvestdor.rb' - 'lib/harvestdor/purl_xml.rb' # Offense count: 1 # Cop supports --auto-correct. Style/EmptyLiteral: Exclude: - 'spec/purl_xml_spec.rb' # Offense count: 11 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, UseHashRocketsWithSymbolValues. Style/HashSyntax: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/IndentHash: Enabled: false # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/IndentationConsistency: Exclude: - 'harvestdor.gemspec' # Offense count: 2 # Cop supports --auto-correct. Style/LeadingCommentSpace: Exclude: - 'spec/spec_helper.rb' # Offense count: 15 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/MethodDefParentheses: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/MultilineOperationIndentation: Enabled: false # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: Exclude: - 'harvestdor.gemspec' # Offense count: 13 # Configuration parameters: SupportedStyles. Style/RaiseArgs: EnforcedStyle: compact # Offense count: 1 # Cop supports --auto-correct. Style/RedundantBegin: Exclude: - 'lib/harvestdor/purl_xml.rb' # Offense count: 7 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SignalException: Exclude: - 'lib/harvestdor/purl_xml.rb' # Offense count: 2 # Cop supports --auto-correct. Style/SpaceAfterComma: Exclude: - 'lib/harvestdor/purl_xml.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SpaceBeforeBlockBraces: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. Style/SpaceInsideBlockBraces: Enabled: false # Offense count: 2 # Cop supports --auto-correct. Style/SpaceInsideBrackets: Exclude: - 'Rakefile' # Offense count: 10 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles. Style/SpaceInsideHashLiteralBraces: Enabled: false # Offense count: 1 # Cop supports --auto-correct. Style/SpecialGlobalVars: Exclude: - 'harvestdor.gemspec' # Offense count: 85 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/StringLiterals: Enabled: false # Offense count: 3 # Cop supports --auto-correct. Style/Tab: Exclude: - 'harvestdor.gemspec' # Offense count: 9 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/TrailingBlankLines: Exclude: - 'Gemfile' - 'Rakefile' - 'lib/harvestdor.rb' - 'lib/harvestdor/client.rb' - 'lib/harvestdor/errors.rb' - 'lib/harvestdor/purl_xml.rb' - 'spec/harvestdor_client_spec.rb' - 'spec/purl_xml_spec.rb' - 'spec/spec_helper.rb' # Offense count: 2 # Cop supports --auto-correct. Style/UnneededPercentQ: Exclude: - 'harvestdor.gemspec'