Module: Moult::Formatters
- Defined in:
- lib/moult/formatters/gate_github.rb,
lib/moult.rb,
lib/moult/formatters/json.rb,
lib/moult/formatters/table.rb,
lib/moult/formatters/gate_json.rb,
lib/moult/formatters/flags_json.rb,
lib/moult/formatters/gate_sarif.rb,
lib/moult/formatters/gate_table.rb,
lib/moult/formatters/text_table.rb,
lib/moult/formatters/flags_table.rb,
lib/moult/formatters/health_json.rb,
lib/moult/formatters/gate_message.rb,
lib/moult/formatters/health_table.rb,
lib/moult/formatters/coverage_json.rb,
lib/moult/formatters/coverage_table.rb,
lib/moult/formatters/dead_code_json.rb,
lib/moult/formatters/boundaries_json.rb,
lib/moult/formatters/dead_code_table.rb,
lib/moult/formatters/boundaries_table.rb,
lib/moult/formatters/duplication_json.rb,
lib/moult/formatters/duplication_table.rb
Overview
CI projections of the gate verdict. These render the SAME contributing findings the JSON contract carries into machine formats a code-review tool can consume — but they only EMIT text (annotations / a SARIF document). Posting to any GitHub API is the App's job (Phase 4), explicitly out of scope here.
Defined Under Namespace
Modules: BoundariesJson, BoundariesTable, CoverageJson, CoverageTable, DeadCodeJson, DeadCodeTable, DuplicationJson, DuplicationTable, FlagsJson, FlagsTable, GateGithub, GateJson, GateMessage, GateSarif, GateTable, HealthJson, HealthTable, Json, Table, TextTable