Skip to content

fix: only do top level unimports on second level paths #467

fix: only do top level unimports on second level paths

fix: only do top level unimports on second level paths #467

Triggered via push September 13, 2023 00:51
Status Success
Total duration 5m 45s
Artifacts

elixir.yml

on: push
ash-ci  /  mix deps.get
23s
ash-ci / mix deps.get
ash-ci  /  MIX_ENV=test mix.compile
46s
ash-ci / MIX_ENV=test mix.compile
ash-ci  /  mix hex.audit
17s
ash-ci / mix hex.audit
ash-ci  /  MIX_ENV=dev mix.compile
43s
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
5s
ash-ci / mix spark.formatter --check
ash-ci  /  mix sobelow
40s
ash-ci / mix sobelow
ash-ci  /  mix credo --strict
6s
ash-ci / mix credo --strict
ash-ci  /  mix deps.unlock --check-unused
56s
ash-ci / mix deps.unlock --check-unused
ash-ci  /  mix test
1m 6s
ash-ci / mix test
ash-ci  /  mix dialyzer
4m 7s
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 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 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 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