chore: sync files with beam-community/common-config #1
Annotations
4 errors and 6 warnings
Dependencies
ENOENT: no such file or directory, open '.tool-versions'
|
Format
ENOENT: no such file or directory, open '.tool-versions'
|
Credo
ENOENT: no such file or directory, open '.tool-versions'
|
Dialyzer
ENOENT: no such file or directory, open '.tool-versions'
|
Test (Elixir 1.14 OTP 25)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Test (Elixir 1.14 OTP 25)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.15 OTP 26)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Test (Elixir 1.15 OTP 26)
use Bitwise is deprecated. import Bitwise instead
|
Test (Elixir 1.15 OTP 26)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
Test (Elixir 1.15 OTP 26):
test/ua_parser/processor_test.exs#L12
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|