View Source Recode.Task.TagFIXME (Recode v0.7.2)

Checks if there are FIXME tags in the sources.

FIXME tags in comments and docs are used as a reminder and should be handeld in the near future.

Examples

# FIXME: this function returns a wrong value
def fun do
  # ...
end

Options

  • :include_docs - includes @doc, @moduledoc and @shortdoc to the
                  check when set to `true`. Defaults to `true`.