Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Orner committed May 1, 2023
1 parent 3d1ecf1 commit 951bd83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/deimos/config/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'active_support/core_ext/numeric'

# :nodoc:
module Deimos
module Deimos # rubocop:disable Metrics/ModuleLength
include FigTree

# :nodoc:
Expand Down
2 changes: 1 addition & 1 deletion spec/active_record_batch_consumer_association_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module ActiveRecordBatchConsumerTest
module ActiveRecordBatchConsumerTest # rubocop:disable Metrics/ModuleLength
describe Deimos::ActiveRecordConsumer,
'Batch Consumer with MySQL handling associations',
:integration,
Expand Down

0 comments on commit 951bd83

Please sign in to comment.