Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
/ rubocop Public archive

Will contain the shared .rubocop.yml available for any projects that want it.

Notifications You must be signed in to change notification settings

kalkomey/rubocop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rubocop Gem

How to setup

  1. Create ~/.gem/credentials file with:
---
:rubygems_api_key: #get from gitlabs productionE/rubygems.yml

How to build and release

# 1. Turn on the rule in .rubocop.yml that you want to engage.
# 2. Bump up gemspec version number
# 3. Build the gem.
> gem build kalkomey-rubocop.gemspec
# 4. Publish the gem.
> gem push kalkomey-rubocop.gemspec
# 5. Delete the gem created in step 3.
# 6. Push your changes to master.

About

Will contain the shared .rubocop.yml available for any projects that want it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages