Add ** operator #54
Annotations
1 error and 10 warnings
Run diff tmp/old_credo.txt tmp/new_credo.txt
Process completed with exit code 1.
|
Run mix credo --mute-exit-status
using map.field notation (without parentheses) to invoke function Credo.Check.Design.TagTODO.category() is deprecated, you must add parentheses instead: remote.function()
|
Run mix credo --mute-exit-status:
lib/credo/watcher.ex#L1
Modules should have a @moduledoc tag.
|
Run mix credo --mute-exit-status:
lib/credo/config_builder.ex#L1
Modules should have a @moduledoc tag.
|
Run mix credo --mute-exit-status:
lib/credo/cli/switch.ex#L1
Modules should have a @moduledoc tag.
|
Run mix credo --mute-exit-status:
lib/credo/check/refactor/long_quote_blocks.ex#L111
Function body is nested too deep (max depth is 2, was 3).
|
Run mix credo --mute-exit-status:
lib/credo/check/design/alias_usage.ex#L230
Function takes too many parameters (arity is 10, max is 8).
|
Run mix credo --mute-exit-status:
lib/credo/cli/options.ex#L77
Function takes too many parameters (arity is 9, max is 8).
|
Run mix credo --mute-exit-status:
lib/credo/cli/options.ex#L54
Function takes too many parameters (arity is 9, max is 8).
|
Run mix credo --mute-exit-status:
lib/credo/check/design/alias_usage.ex#L226
Function takes too many parameters (arity is 9, max is 8).
|
Run mix credo --mute-exit-status --strict --enable-disabled-checks .+ --no-color --format oneline > tmp/new_credo.txt
using map.field notation (without parentheses) to invoke function Credo.Check.Design.AliasUsage.category() is deprecated, you must add parentheses instead: remote.function()
|
Loading