Skip to content

fix(OptionsHelpers): Some nimble options types can have nested schema… #460

fix(OptionsHelpers): Some nimble options types can have nested schema…

fix(OptionsHelpers): Some nimble options types can have nested schema… #460

Triggered via push September 6, 2023 05:43
Status Success
Total duration 5m 29s
Artifacts

elixir.yml

on: push
ash-ci  /  mix deps.get
19s
ash-ci / mix deps.get
ash-ci  /  MIX_ENV=test mix.compile
49s
ash-ci / MIX_ENV=test mix.compile
ash-ci  /  mix hex.audit
20s
ash-ci / mix hex.audit
ash-ci  /  MIX_ENV=dev mix.compile
29s
ash-ci / MIX_ENV=dev mix.compile
ash-ci  /  mix format --check-formatted
30s
ash-ci / mix format --check-formatted
ash-ci  /  mix spark.formatter --check
6s
ash-ci / mix spark.formatter --check
ash-ci  /  mix sobelow
31s
ash-ci / mix sobelow
ash-ci  /  mix credo --strict
7s
ash-ci / mix credo --strict
ash-ci  /  mix deps.unlock --check-unused
31s
ash-ci / mix deps.unlock --check-unused
ash-ci  /  mix test
1m 16s
ash-ci / mix test
ash-ci  /  mix dialyzer
3m 53s
ash-ci / mix dialyzer
ash-ci  /  Release
0s
ash-ci / Release
Fit to window
Zoom out
Zoom in

Annotations

56 warnings
ash-ci / MIX_ENV=dev mix.compile
Code.Identifier.classify/1 is undefined or private
ash-ci / MIX_ENV=dev mix.compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / MIX_ENV=dev mix.compile
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / MIX_ENV=dev mix.compile
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / MIX_ENV=dev mix.compile
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / MIX_ENV=dev mix.compile
use Bitwise is deprecated. import Bitwise instead
ash-ci / MIX_ENV=dev mix.compile
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / MIX_ENV=dev mix.compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / MIX_ENV=test mix.compile
Code.Identifier.classify/1 is undefined or private
ash-ci / MIX_ENV=test mix.compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / MIX_ENV=test mix.compile
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / MIX_ENV=test mix.compile
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / MIX_ENV=test mix.compile
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / MIX_ENV=test mix.compile
use Bitwise is deprecated. import Bitwise instead
ash-ci / MIX_ENV=test mix.compile
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / MIX_ENV=test mix.compile
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix format --check-formatted
Code.Identifier.classify/1 is undefined or private
ash-ci / mix format --check-formatted
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix format --check-formatted
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix format --check-formatted
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix format --check-formatted
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix format --check-formatted
use Bitwise is deprecated. import Bitwise instead
ash-ci / mix format --check-formatted
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix format --check-formatted
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix deps.unlock --check-unused
Code.Identifier.classify/1 is undefined or private
ash-ci / mix deps.unlock --check-unused
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix deps.unlock --check-unused
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix deps.unlock --check-unused
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix deps.unlock --check-unused
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix deps.unlock --check-unused
use Bitwise is deprecated. import Bitwise instead
ash-ci / mix deps.unlock --check-unused
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix deps.unlock --check-unused
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix sobelow
Code.Identifier.classify/1 is undefined or private
ash-ci / mix sobelow
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix sobelow
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix sobelow
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix sobelow
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix sobelow
use Bitwise is deprecated. import Bitwise instead
ash-ci / mix sobelow
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix sobelow
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix test
Code.Identifier.classify/1 is undefined or private
ash-ci / mix test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix test
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix test
use Bitwise is deprecated. import Bitwise instead
ash-ci / mix test
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix dialyzer
Code.Identifier.classify/1 is undefined or private
ash-ci / mix dialyzer
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
ash-ci / mix dialyzer
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix dialyzer
Macro.to_string/2 is deprecated. Use Macro.to_string/1 instead
ash-ci / mix dialyzer
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix dialyzer
use Bitwise is deprecated. import Bitwise instead
ash-ci / mix dialyzer
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix dialyzer
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead