UNPKG

danger-plugin-lint-report

Version:

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

5 lines (4 loc) 68 B
interface FileDiff { file: string; added_lines: number[]; }