Expand description
Output formatters for dclint results.
Provides various output formats for lint results:
- JSON - Machine-readable JSON output
- Stylish - Colored terminal output (default)
- Compact - Single line per issue
- GitHub - GitHub Actions annotations
- CodeClimate - CodeClimate format
- JUnit - JUnit XML format
Modules§
- github
- GitHub Actions output formatter for dclint.
- json
- JSON output formatter for dclint.
- stylish
- Stylish (colored terminal) output formatter for dclint.
Enums§
- Output
Format - Output format for lint results.
Functions§
- format_
result - Format a single result.
- format_
result_ to_ string - Format results as a string.
- format_
results - Format lint results according to the specified format.