26 #299
Annotations
9 warnings
test (1.15.x, 26.x, ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (1.15.x, 26.x, ubuntu-20.04)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
test (1.15.x, 26.x, ubuntu-20.04)
use Bitwise is deprecated. import Bitwise instead
|
test (1.15.x, 26.x, ubuntu-20.04)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
|
credo
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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
|