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.
2 parents 620831a + 93205a8 commit 64ab1cfCopy full SHA for 64ab1cf
activesupport/lib/active_support/testing/strict_warnings.rb
@@ -17,6 +17,7 @@ module RaiseWarnings # :nodoc:
17
SUPPRESSED_WARNINGS = Regexp.union(
18
# TODO: remove if https://github.com/mikel/mail/pull/1557 or similar fix
19
%r{/lib/mail/parsers/.*statement not reached},
20
+ %r{/lib/mail/parsers/.*assigned but unused variable - disp_type_s},
21
%r{/lib/mail/parsers/.*assigned but unused variable - testEof}
22
)
23
0 commit comments