Last active
October 13, 2020 15:49
-
-
Save beauraF/983c0bcce8f98098685f8131d357e2b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
return unless defined?(DeprecationToolkit) | |
DeprecationToolkit::Configuration.warnings_treated_as_deprecation = [ | |
%r{^((?!/gems/).)* warning: Using the last argument as keyword parameters is deprecated}, | |
%r{^((?!/gems/).)* warning: Passing the keyword argument as the last hash parameter is deprecated}, | |
%r{^((?!/gems/).)* warning: Splitting the last argument into positional and keyword parameters is deprecated}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment