Skip to content

jackpocket/rubocop-jackpocket

Repository files navigation

RuboCop Jackpocket

Custom Rubocop cops for Jackpocket's Ruby projects.

Usage

Add rubocop-jackpocket to your Gemfile.

Development

Run bundle install and then bundle exec rspec for setup.

Generate a new cop with bin/new-cop Jackpocket/MyCustomCop.

All custom cops are located under lib/rubocop/cop/jackpocket.

Releases

  1. Run git checkout master && git fetch origin && git rebase origin/master
  2. Bump the version in lib/rubocop/jackpocket/version.rb
  3. Run bundle install to update gemspec version
  4. Use that version in: git tag -a "v0.0.0" -m "Version 0.0.0"
  5. Then run: git push --tags

Resources

About

Custom Rubocop cops for Jackpocket's Ruby projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published