Custom cops used in mrsool backend.
Enable cops in .rubocop.yml
in the main repo as follows:
Mrsool/LetsNot:
Enabled: true
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.
The gem is available as open source under the terms of the MIT License.