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§
- Output
Format - 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.