We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3e0d1 commit e2c5814Copy full SHA for e2c5814
activesupport/lib/active_support/testing/strict_warnings.rb
@@ -10,6 +10,8 @@ class WarningError < StandardError; end
10
PROJECT_ROOT = File.expand_path("../../../../", __dir__)
11
ALLOWED_WARNINGS = Regexp.union(
12
/circular require considered harmful.*delayed_job/, # Bug in delayed job.
13
+ # TODO: Remove with the next sidekiq version bump
14
+ /circular require considered harmful.*sidekiq/,
15
16
# Expected non-verbose warning emitted by Rails.
17
/Ignoring .*\.yml because it has expired/,
0 commit comments