Skip to content

Fix false positive for Specs #67

Fix false positive for Specs

Fix false positive for Specs #67

Triggered via push April 11, 2024 15:01
Status Success
Total duration 3m 24s
Artifacts
Compile & Run
3m 5s
Compile & Run
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
Compile & Run: lib/credo/watcher.ex#L1
Modules should have a @moduledoc tag.
Compile & Run: lib/credo/config_builder.ex#L1
Modules should have a @moduledoc tag.
Compile & Run: lib/credo/cli/switch.ex#L1
Modules should have a @moduledoc tag.
Compile & Run: lib/credo/check/refactor/long_quote_blocks.ex#L111
Function body is nested too deep (max depth is 2, was 3).
Compile & Run: lib/credo/check/design/alias_usage.ex#L230
Function takes too many parameters (arity is 10, max is 8).
Compile & Run: lib/credo/cli/options.ex#L77
Function takes too many parameters (arity is 9, max is 8).
Compile & Run: lib/credo/cli/options.ex#L54
Function takes too many parameters (arity is 9, max is 8).
Compile & Run: lib/credo/check/design/alias_usage.ex#L226
Function takes too many parameters (arity is 9, max is 8).
Compile & Run: lib/credo/execution/execution_timing.ex#L24
There should be no calls to `IO.inspect/1`.
Compile & Run: lib/credo/check/design/duplicated_code.ex#L86
Nested modules could be aliased at the top of the invoking module.
Compile & Run: lib/credo/check/design/alias_usage.ex#L266
Nested modules could be aliased at the top of the invoking module.
Compile & Run: lib/credo/code/scope.ex#L121
Nested modules could be aliased at the top of the invoking module.
Compile & Run: lib/credo/code/scope.ex#L84
Nested modules could be aliased at the top of the invoking module.
Compile & Run: lib/credo/check/refactor/unless_with_else.ex#L50
Nested modules could be aliased at the top of the invoking module.
Compile & Run: lib/credo/check/refactor/pass_async_in_test_cases.ex#L45
Nested modules could be aliased at the top of the invoking module.
Compile & Run: lib/credo/check/refactor/pass_async_in_test_cases.ex#L34
Nested modules could be aliased at the top of the invoking module.
Compile & Run: lib/credo/check/refactor/nesting.ex#L88
Nested modules could be aliased at the top of the invoking module.
Compile & Run: lib/credo/check/refactor/negated_conditions_with_else.ex#L54
Nested modules could be aliased at the top of the invoking module.
Compile & Run: lib/credo/check/refactor/cond_statements.ex#L42
Nested modules could be aliased at the top of the invoking module.