MetaCredo.Check.Design.TagTodo (MetaCredo v0.1.0)

View Source

Detects TODO comments left in the codebase. While useful during development, TODOs should be tracked in an issue tracker and resolved before shipping to production.

Category: Software Design / Priority: low

Configuration

Accepts the following parameters via .metacredo.exs:

  • include_source_scan - Also scan raw source lines for TODO (default: true) (default: true)