replace deprecated Logger.warn => Logger.warning #228
Annotations
1 error and 12 warnings
test
Process completed with exit code 2.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, erlef/[email protected], actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
:logger :level has been set to :warn in config files, please use :warning instead
|
test
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
test
bitstring specifier "integer_32bit_be" does not exist and is being expanded to "integer_32bit_be()", please use parentheses to remove the ambiguity
|
test
bitstring specifier "integer_64bit_be" does not exist and is being expanded to "integer_64bit_be()", please use parentheses to remove the ambiguity
|
test
bitstring specifier "signed_char_be" does not exist and is being expanded to "signed_char_be()", please use parentheses to remove the ambiguity
|
test
bitstring specifier "unsigned_char_be" does not exist and is being expanded to "unsigned_char_be()", please use parentheses to remove the ambiguity
|