Sha256: 6276a793dfd6c8e8d8069f2d9ef18f61d2df205261f9fcd0e9065554a48d1693
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 KB
Contents
[![Gem Version](https://badge.fury.io/rb/rubocop-rake.svg)](https://rubygems.org/gems/rubocop-rake) [![CircleCI](https://circleci.com/gh/rubocop/rubocop-rake.svg?style=svg)](https://circleci.com/gh/rubocop/rubocop-rake) # RuboCop Rake A [RuboCop](https://github.com/rubocop/rubocop) plugin for Rake. ## Installation Add this line to your application's Gemfile: ```ruby gem 'rubocop-rake', require: false ``` And then execute: $ bundle install Or install it yourself as: $ gem install rubocop-rake ## Usage Put this into your `.rubocop.yml`. ```yaml require: rubocop-rake ``` ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/rubocop/rubocop-rake.
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
katalyst-govuk-formbuilder-1.9.2 | vendor/bundle/ruby/3.3.0/gems/rubocop-rake-0.6.0/README.md |
rubocop-rake-0.6.0 | README.md |