Add columns to FIXME and TODO tag checks #166
compatibility-os-windows.yml
on: pull_request
Compile & Run
3m 18s
Annotations
20 warnings
Compile & Run:
lib/credo/check/consistency/exception_names/collector.ex#L49
Found a TODO tag in a comment: # TODO: how is this `case` necessary
|
Compile & Run:
lib/credo/exs_loader.ex#L66
Found a TODO tag in a comment: # TODO: support regex modifiers
|
Compile & Run:
lib/credo/code/module.ex#L310
Found a TODO tag in a comment: # TODO: write unit test
|
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/consistency/exception_names/collector.ex#L49
Found a TODO tag in a comment: # TODO: how is this `case` necessary
|
Compile & Run:
lib/credo/exs_loader.ex#L66
Found a TODO tag in a comment: # TODO: support regex modifiers
|
Compile & Run:
lib/credo/code/module.ex#L310
Found a TODO tag in a comment: # TODO: write unit test
|
Compile & Run:
lib/credo/check/design/duplicated_code.ex#L273
Found a TODO tag in a comment: # TODO: Put in AST helper
|
Compile & Run:
lib/credo/check.ex#L539
Found a TODO tag in a comment: # TODO: list all tags
|
Compile & Run:
lib/credo/test/case.ex#L192
Found a TODO tag in a comment: # TODO: remove this
|
Compile & Run:
lib/credo/check/warning/expensive_empty_enum_check.ex#L6
Found a TODO tag in a comment: # TODO: improve checkdoc
|
Compile & Run:
test/credo/check/consistency/multi_alias_import_require_use_test.exs#L109
Found a TODO tag in a comment: # TODO: we need a real trigger for this
|
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.
|