dclint
Version:
A command-line tool for validating and enforcing best practices in Docker Compose files.
7 lines (6 loc) • 297 B
TypeScript
/**
* Formatter for Reviewdog <https://github.com/reviewdog/reviewdog>
* Scheme <https://github.com/reviewdog/reviewdog/blob/master/proto/rdf/jsonschema/Diagnostic.json>
*/
import type { LintResult } from '../linter/linter.types';
export default function rdjson(results: LintResult[]): string;