UNPKG

danger-plugin-lint-report

Version:

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

10 lines (9 loc) 144 B
declare global { namespace NodeJS { interface Global { danger: any; warn: any; } } } export {};