Skip to content

Commit

Permalink
disable rubocop Metrics/ModuleLength -- 4 lines over....
Browse files Browse the repository at this point in the history
  • Loading branch information
tworrall committed Mar 26, 2019
1 parent 460f885 commit b58527f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/qa/authorities/discogs/discogs_works_builder.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'rdf'
module Qa::Authorities
module Discogs
module DiscogsWorksBuilder
module DiscogsWorksBuilder # rubocop:disable Metrics/ModuleLength
include Discogs::DiscogsUtils

# @param [Hash] the http response from discogs
Expand Down

0 comments on commit b58527f

Please sign in to comment.