Sha256: 14de348de8dbac2d9c1d43eb42f2a3a963655991a85164587651baff0a3d180c

Contents?: true

Size: 650 Bytes

Versions: 2

Compression:

Stored size: 650 Bytes

Contents

[![Code Climate](https://codeclimate.com/github/vassilevsky/stash_pull_request_commenter/badges/gpa.svg?style=flat)](https://codeclimate.com/github/vassilevsky/stash_pull_request_commenter)

# Stash Pull Request Commenter

Comment on added lines in a Stash pull request.
Take comments from static checkers reports.
(Currently supports RuboCop and CoffeeLint.)

Inspired by [Hound](https://houndci.com).

## Installation

    gem install stash_pull_request_commenter

## Usage

    rubocop -f json -o rubocop.json
    coffeelint --reporter raw app/assets/javascripts > coffeelint_report.json
    stash-comment <project> <repository> <pull_request_id>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stash_pull_request_commenter-0.2.1 README.md
stash_pull_request_commenter-0.2.0 README.md