chore: sync files with beam-community/common-config #3
Annotations
4 errors and 9 warnings
Dependencies
Process completed with exit code 1.
|
Format
Process completed with exit code 1.
|
Credo
Process completed with exit code 1.
|
Dialyzer
Process completed with exit code 1.
|
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
|
Credo
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Credo
use Bitwise is deprecated. import Bitwise instead
|
Credo
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
Credo
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Dialyzer
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Dialyzer
use Bitwise is deprecated. import Bitwise instead
|
Dialyzer
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
Dialyzer
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|