This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

danger-plugin-ktlint-report
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

danger-plugin-ktlint-report

Build Status npm version semantic-release

This plugin reads ktlint reports and posts inline comments in pull requests.

The plugin is still under active development and testing.

Requirements

The plugin does not execute ktlint.

Instead, the plugin will search the file tree for ktlint reports and parse them.

At the moment the plugin is searching using the following file mask: **/reports/ktlint/*.xml.

It is limited to XML checkstyle reports.

Usage

Install:

yarn add danger-plugin-ktlint-report --dev

At a glance:

// dangerfile.js
import { schedule } from 'danger'
 
const ktlintReport  = require("danger-plugin-ktlint-report")
schedule(ktlintReport.scan())

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.

Readme

Keywords

Package Sidebar

Install

npm i danger-plugin-ktlint-report

Weekly Downloads

6

Version

1.0.3

License

MIT

Unpacked Size

324 kB

Total Files

37

Last publish

Collaborators

  • damianburke