View Source Doctor.Reporters.ModuleExplain (Doctor v0.21.0)

This module produces a report for a single project module. This is useful when you need to figure out exactly why a particular module failed validation. The only validations that are taken into account during this report are single module validations. In other words, the only thing that is checked are things that pertain to a single module like:

  • min_module_doc_coverage
  • min_module_spec_coverage
  • moduledoc_required
  • exception_moduledoc_required
  • struct_type_spec_required

Link to this section Summary

Functions

Generate the output for a single module report

Link to this section Functions

Link to this function

generate_report(module_information, config)

View Source

Generate the output for a single module report