Skip to content

Provide docs for local modules, functions and types #332

Provide docs for local modules, functions and types

Provide docs for local modules, functions and types #332

Triggered via pull request August 3, 2023 06:26
Status Success
Total duration 4m 52s
Artifacts

ci.yml

on: pull_request
Matrix: mix_test
Matrix: mix_test_windows
Matrix: static_analysis
Fit to window
Zoom out
Zoom in

Annotations

222 warnings
static analysis (Elixir 1.15.x | Erlang/OTP 26.x)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
static analysis (Elixir 1.15.x | Erlang/OTP 26.x)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead