format #492
Annotations
17 warnings
Run mix credo --all --strict || true
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
Run mix credo --all --strict || true:
lib/elixir_sense/core/metadata.ex#L375
Nested modules could be aliased at the top of the invoking module.
|
Run mix credo --all --strict || true:
lib/elixir_sense/core/type_info.ex#L40
Nested modules could be aliased at the top of the invoking module.
|
Run mix credo --all --strict || true:
lib/elixir_sense/core/source.ex#L553
Nested modules could be aliased at the top of the invoking module.
|
Run mix credo --all --strict || true:
lib/elixir_sense/core/normalized/code.ex#L203
Nested modules could be aliased at the top of the invoking module.
|
Run mix credo --all --strict || true:
lib/elixir_sense/core/normalized/code.ex#L187
Nested modules could be aliased at the top of the invoking module.
|
Run mix credo --all --strict || true:
lib/elixir_sense/core/normalized/code.ex#L29
Nested modules could be aliased at the top of the invoking module.
|
Run mix credo --all --strict || true:
lib/elixir_sense/core/introspection.ex#L502
Nested modules could be aliased at the top of the invoking module.
|
Run mix credo --all --strict || true:
lib/elixir_sense/core/introspection.ex#L499
Nested modules could be aliased at the top of the invoking module.
|
Run mix credo --all --strict || true:
lib/elixir_sense/core/state.ex#L765
The condition of `if` should not be wrapped in parentheses.
|
Run mix dialyzer || true:
lib/elixir_sense/core/state.ex#L423
variable "env" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix dialyzer || true:
lib/elixir_sense/core/state.ex#L1593
variable "column" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix dialyzer || true:
lib/elixir_sense/core/metadata_builder.ex#L684
variable "column" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix dialyzer || true:
lib/elixir_sense/core/metadata_builder.ex#L683
variable "line" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix dialyzer || true:
lib/elixir_sense/core/metadata_builder.ex#L941
variable "arg" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix dialyzer || true:
lib/elixir_sense/core/metadata_builder.ex#L941
variable "meta" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run mix dialyzer || true:
lib/elixir_sense/core/metadata_builder.ex#L10
unused alias Introspection
|
Loading