UNPKG

danger-plugin-lint-report

Version:

This plugin reads checkstyle / lint reports and posts issues and violations as inline comments in pull requests.

4 lines (3 loc) 79 B
interface ViolationFormatter { format: (violation: Violation) => string; }