Project

scold

0.0
No commit activity in last 3 years
No release in over 3 years
Hound-like Rubocop utility.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 3.4

Runtime

~> 0.37.2
 Project Readme

scold

Hound-like Rubocop utilities

The scold command calls Rubucop using the same configuration as Hound merged with .rubocop.yml file in the current directory, if present, then merged with ~/.rubocop_strict.yml if present.

The hound command calls scold with changed git files, if any; otherwise does nothing. Unlike the Hound web service, this command inspects entire files, not just changed lines.

Usage

Add to Gemfile:

gem "scold", require: false

From command line:

bundle exec scold [rubocop-options] [files...]
bundle exec hound [rubocop-options] 

Development

bundle exec rspec # test locally
rm *.gem; gem build *.gemspec # build locally
gem push *.gem # publish to rubygems.org