Module formatter

Module formatter 

Source
Expand description

Output formatters for helmlint results.

Provides multiple output formats:

  • JSON: Machine-readable format
  • Stylish: Human-readable with colors
  • GitHub: GitHub Actions annotation format

Modules§

github
GitHub Actions formatter for helmlint results.
json
JSON formatter for helmlint results.
stylish
Stylish formatter for helmlint results.

Enums§

OutputFormat
Output format options.

Functions§

format_result
Format a lint result to stdout.
format_result_to_string
Format a lint result to a string.
format_results
Format multiple results.