Add rudimentary grep for runtime warnings in CI #59
housekeeping.yml
on: push
used mix format
34s
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
22s
resulting issues are still the same (optional)
1m 14s
Annotations
13 warnings
all triggers are looked up and confirmed
using map.field notation (without parentheses) to invoke function Credo.Check.Warning.OperationOnSameValues.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()
|
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()
|
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()
|