Skip to content

Update GitHub Actions #4

Update GitHub Actions

Update GitHub Actions #4

Triggered via push January 12, 2024 17:47
Status Success
Total duration 3m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

20 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: test/add_credo_plugin_to_project.exs#L121
There should be no calls to IO.inspect/1.
Compile & Run: lib/credo/check/design/duplicated_code.ex#L92
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/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#L52
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.
Compile & Run: lib/credo/check/refactor/case_trivial_matches.ex#L23
Nested modules could be aliased at the top of the invoking module.
Compile & Run: lib/credo/check/refactor/abc_size.ex#L119
Nested modules could be aliased at the top of the invoking module.