mrsool / rubocop-mrsool

Custom Rubocop rules (Cops)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rubocop::Mrsool

Custom cops used in mrsool backend.

Usage

Enable cops in .rubocop.yml in the main repo as follows:

Mrsool/LetsNot:
  Enabled: true

Contributing

Before you start, read the guide and check existing examples. Read more info about node patterns.

When you're ready:

  • Create a cop file under lib/rubocop/cop/mrsool/
  • Include the new file in lib/rubocop/cop/mrsool_cops.rb
  • Don't forget to add specs
  • Push changes to github and update the commit hash in Gemfile in the main repo.

License

The gem is available as open source under the terms of the MIT License.

About

Custom Rubocop rules (Cops)

License:MIT License


Languages

Language:Ruby 99.4%Language:Shell 0.6%