Credo v1.2.3 Credo View Source

Credo builds upon four building blocks:

  • Credo.CLI - everything related to the command line interface (CLI), which orchestrates the analysis
  • Credo.Execution - a struct which is handed down the pipeline during analysis
  • Credo.Check - the default Credo checks
  • Credo.Code - all analysis tools used by Credo during analysis

Link to this section Summary

Link to this section Functions