# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-09-20 16:22:35 -0700 using RuboCop version 0.42.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: Exclude: - 'spec/harvestdor_client_spec.rb' # Offense count: 1 Lint/IneffectiveAccessModifier: Exclude: - 'lib/harvestdor/purl_xml.rb' # Offense count: 1 # Configuration parameters: ContextCreatingMethods. Lint/UselessAccessModifier: Exclude: - 'lib/harvestdor/purl_xml.rb' # Offense count: 83 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes. # URISchemes: http, https Metrics/LineLength: Max: 182 # Offense count: 6 # Configuration parameters: SkipBlocks. RSpec/DescribedClass: Exclude: - 'spec/harvestdor_client_spec.rb' - 'spec/purl_xml_spec.rb' # Offense count: 7 # Configuration parameters: Max. RSpec/ExampleLength: Exclude: - '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: 113 RSpec/InstanceVariable: Exclude: - 'spec/harvestdor_client_spec.rb' - 'spec/purl_xml_spec.rb' # Offense count: 1 # Configuration parameters: IgnoreSymbolicNames. RSpec/VerifiedDoubles: Exclude: - 'spec/purl_xml_spec.rb' # Offense count: 6 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: braces, no_braces, context_dependent 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, IndentationWidth. # SupportedStyles: case, end Style/CaseIndentation: Exclude: - 'lib/harvestdor/purl_xml.rb' # Offense count: 1 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/harvestdor/purl_xml.rb' # Offense count: 1 # Cop supports --auto-correct. Style/EmptyCaseCondition: Exclude: - 'lib/harvestdor/purl_xml.rb' # Offense count: 2 # Cop supports --auto-correct. Style/EmptyLines: Exclude: - 'Rakefile' - 'lib/harvestdor/client.rb' # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: empty_lines, no_empty_lines Style/EmptyLinesAroundBlockBody: Exclude: - 'spec/harvestdor_client_spec.rb' - 'spec/purl_xml_spec.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: empty_lines, no_empty_lines Style/EmptyLinesAroundClassBody: Exclude: - 'lib/harvestdor/client.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: empty_lines, no_empty_lines 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: 10 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. # SupportedStyles: ruby19, ruby19_no_mixed_keys, hash_rockets Style/HashSyntax: Exclude: - 'Rakefile' - '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. Style/LeadingCommentSpace: Exclude: - 'spec/spec_helper.rb' # Offense count: 15 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: require_parentheses, require_no_parentheses, require_no_parentheses_except_multiline Style/MethodDefParentheses: Exclude: - 'lib/harvestdor/client.rb' - 'lib/harvestdor/purl_xml.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: symmetrical, new_line, same_line Style/MultilineMethodCallBraceLayout: Exclude: - 'lib/harvestdor/client.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth. # SupportedStyles: aligned, indented Style/MultilineOperationIndentation: Exclude: - 'Rakefile' # Offense count: 6 # Cop supports --auto-correct. Style/MutableConstant: Exclude: - 'lib/harvestdor.rb' - 'lib/harvestdor/purl_xml.rb' - 'lib/harvestdor/version.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: Exclude: - 'harvestdor.gemspec' # Offense count: 13 # Cop supports --auto-correct. # Configuration parameters: SupportedStyles. # SupportedStyles: compact, exploded Style/RaiseArgs: EnforcedStyle: compact # Offense count: 1 # Cop supports --auto-correct. Style/RedundantBegin: 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. # SupportedStyles: space, no_space Style/SpaceBeforeBlockBraces: Exclude: - 'harvestdor.gemspec' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. # SupportedStyles: space, no_space Style/SpaceInsideBlockBraces: Exclude: - 'spec/purl_xml_spec.rb' # Offense count: 2 # Cop supports --auto-correct. Style/SpaceInsideBrackets: Exclude: - 'Rakefile' # Offense count: 10 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SupportedStyles. # SupportedStyles: space, no_space, compact Style/SpaceInsideHashLiteralBraces: Exclude: - 'lib/harvestdor/purl_xml.rb' - 'spec/harvestdor_client_spec.rb' - 'spec/purl_xml_spec.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: use_perl_names, use_english_names Style/SpecialGlobalVars: Exclude: - 'harvestdor.gemspec' # Offense count: 86 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes Style/StringLiterals: Exclude: - 'Rakefile' - 'harvestdor.gemspec' - 'lib/harvestdor.rb' - 'lib/harvestdor/version.rb' - 'spec/harvestdor_client_spec.rb' - 'spec/purl_xml_spec.rb' # Offense count: 8 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: final_newline, final_blank_line Style/TrailingBlankLines: Exclude: - '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'