Skip to content

Commit

Permalink
Merge 245035b into ed1695f
Browse files Browse the repository at this point in the history
  • Loading branch information
gmq committed Mar 17, 2017
2 parents ed1695f + 245035b commit e3a8c5d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
service_name: travis-ci
1 change: 1 addition & 0 deletions README.md
@@ -1,4 +1,5 @@
# Hound CLI
[![Build Status](https://travis-ci.org/platanus/hound-cli.svg?branch=master)](https://travis-ci.org/platanus/hound-cli) [![Coverage Status](https://coveralls.io/repos/github/platanus/hound-cli/badge.svg)](https://coveralls.io/github/platanus/hound-cli)

Ruby CLI created to get and build style rules we use in Platanus to play with linters.
This tool was built to recreate locally, the same behavior we have in [our forked version](https://github.com/platanus/hound) of [Hound](https://github.com/houndci/hound).
Expand Down
1 change: 1 addition & 0 deletions hound-cli.gemspec
Expand Up @@ -25,4 +25,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.4"
spec.add_development_dependency "pry"
spec.add_development_dependency "coveralls"
end
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'hound'
require 'pry'
Expand Down

0 comments on commit e3a8c5d

Please sign in to comment.