Skip to content

Commit

Permalink
Merge pull request #4386 from sanger/ignore_linting_errors_in_rake_task
Browse files Browse the repository at this point in the history
Ignore linting errors in rake task
  • Loading branch information
yoldas authored Sep 27, 2024
2 parents 12481ba + 2b0e2da commit 633fa88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/tasks/support/remove_duplicate_asset_links_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'rails_helper'

# rubocop:disable RSpec/ExampleLength, RSpec/MultipleExpectations,RSpec/MultipleMemoizedHelpers
RSpec.describe 'support:remove_duplicate_asset_links', type: :task do
let(:clear_tasks) { Rake.application.clear }
let(:load_tasks) { Rails.application.load_tasks }
Expand Down Expand Up @@ -47,3 +48,4 @@
end
end
end
# rubocop:enable RSpec/ExampleLength, RSpec/MultipleExpectations,RSpec/MultipleMemoizedHelpers

0 comments on commit 633fa88

Please sign in to comment.