Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Sage/rubocop-custom-cops

Repository files navigation

Rubocop Custom Cops Build Status Maintainability Test Coverage Gem Version

Container for custom Rubocop checks, called cops.

Installation

Add this line to your application's Gemfile:

gem 'rubocop-custom-cops'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rubocop-custom-cops

Usage

TODO: Write usage instructions here

Rails/ErrorsAddWithSymbol

# bad
person.errors.add(:name, 'this text is already translated')

# good
person.errors.add(:name, :proper_key_from_local_file)

Background: our API provides error messages in a general, English form, as well as localized in the users languages. This is only possible when the translation happens inside errors.add.

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Sage/rubocop-custom-cops. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the Apache License, Version 2.0.

Code of Conduct

Everyone interacting in the Rubocop Custom Cops project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

Custom checks for Rubocop - Static code analysis

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy