View Source Recode.Task.TagTODO (Recode v0.6.5)
Checks if there are TODO tags in the sources.
TODO tags in comments and docs are used as a reminder and should be handeld in the near future.
Examples
# TODO: refactor this function
def fun do
# ...
end
Options
:include_docs
- includes@doc
,@moduledoc
and@shortdoc
to thecheck when set to `true`. Defaults to `true`.