Merge pull request #1140 from leobessa/fix/ignore-private-sigil-defin… #1033
Annotations
10 warnings
lib/credo/watcher.ex#L1
Modules should have a @moduledoc tag.
|
lib/credo/config_builder.ex#L1
Modules should have a @moduledoc tag.
|
lib/credo/cli/switch.ex#L1
Modules should have a @moduledoc tag.
|
lib/credo/check/refactor/long_quote_blocks.ex#L111
Function body is nested too deep (max depth is 2, was 3).
|
lib/credo/check/design/alias_usage.ex#L230
Function takes too many parameters (arity is 10, max is 8).
|
lib/credo/cli/options.ex#L77
Function takes too many parameters (arity is 9, max is 8).
|
lib/credo/cli/options.ex#L54
Function takes too many parameters (arity is 9, max is 8).
|
lib/credo/check/design/alias_usage.ex#L226
Function takes too many parameters (arity is 9, max is 8).
|
lib/credo/check/design/duplicated_code.ex#L86
Nested modules could be aliased at the top of the invoking module.
|
lib/credo/check/design/alias_usage.ex#L266
Nested modules could be aliased at the top of the invoking module.
|
This job succeeded
Loading