No commit activity in last 3 years
No release in over 3 years
Shared rubocop config of Appbooster organization
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.5.4
>= 2.0.2
~> 10.0
~> 3.0

Runtime

~> 1.6
 Project Readme

AppboosterRubocopConfig

Build Status

Shared rubocop config of Appbooster organization

Installation

Add this line to your application's Gemfile:

gem 'appbooster_rubocop_config'

And then execute:

$ bundle

Or install it yourself as:

$ gem install appbooster_rubocop_config

Usage

Configurate your project with this template.

  1. .rubocop.yml
inherit_gem:
  appbooster_rubocop_config: default.yml

AllCops:
  TargetRubyVersion: ENTER_YOUR_RUBY_VERSION_HERE
  1. ./spec/.rubocop.yml
inherit_gem:
  appbooster_rubocop_config: spec.yml
inherit_from:
  - ../.rubocop.yml

Development

After checking out the repo, run make setup to install dependencies. Then, run make to run the tests and lints. Or you can call it seperatly make lint for linting and make test for testing.

To install this gem onto your local machine, run make install. To release a new version, run make version to show you current version, ie 0.1.4 Then run make release VERSION="0.1.5" where VERSION is next release version you want to push to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub.