Add ** operator #54
housekeeping.yml
on: pull_request
used mix format
32s
tested that for each check there is at least one trigger assertion
21s
tested that for each check all params are covered by tests
22s
all triggers are looked up and confirmed
23s
resulting issues are still the same (optional)
1m 13s
Annotations
1 error and 11 warnings
resulting issues are still the same (optional)
Process completed with exit code 1.
|
all triggers are looked up and confirmed
using map.field notation (without parentheses) to invoke function Credo.Check.Readability.PredicateFunctionNames.category() is deprecated, you must add parentheses instead: remote.function()
|
resulting issues are still the same (optional)
using map.field notation (without parentheses) to invoke function Credo.Check.Design.TagTODO.category() is deprecated, you must add parentheses instead: remote.function()
|
resulting issues are still the same (optional):
lib/credo/watcher.ex#L1
Modules should have a @moduledoc tag.
|
resulting issues are still the same (optional):
lib/credo/config_builder.ex#L1
Modules should have a @moduledoc tag.
|
resulting issues are still the same (optional):
lib/credo/cli/switch.ex#L1
Modules should have a @moduledoc tag.
|
resulting issues are still the same (optional):
lib/credo/check/refactor/long_quote_blocks.ex#L111
Function body is nested too deep (max depth is 2, was 3).
|
resulting issues are still the same (optional):
lib/credo/check/design/alias_usage.ex#L230
Function takes too many parameters (arity is 10, max is 8).
|
resulting issues are still the same (optional):
lib/credo/cli/options.ex#L77
Function takes too many parameters (arity is 9, max is 8).
|
resulting issues are still the same (optional):
lib/credo/cli/options.ex#L54
Function takes too many parameters (arity is 9, max is 8).
|
resulting issues are still the same (optional):
lib/credo/check/design/alias_usage.ex#L226
Function takes too many parameters (arity is 9, max is 8).
|
resulting issues are still the same (optional)
using map.field notation (without parentheses) to invoke function Credo.Check.Design.AliasUsage.category() is deprecated, you must add parentheses instead: remote.function()
|