Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 832 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 832 Bytes

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.