Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rubomatic-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rubomatic-rails

  • 1.4.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

IMPORTANT: This repo has been replaced by link:https://github.com/BrandsInsurance/rubocop-rubomatic-rails[``rubocop-rubomatic-rails``]

= Rubomatic-Rails

Gem for shared rubocop config for BrandsInsurance

== Installation

Add this line to your application's Gemfile:

[source,ruby]

gem 'rubomatic-rails', require: false

And then execute:

$ bundle install

Or install it yourself as:

$ gem install rubomatic-rails

== Usage

Add the following to your .rubocop.yml config file

[source,yaml]

inherit_gem: rubomatic-rails: configs/rubocop.yml

If you need to override a setting:

[source,yaml]

Add to Naming/VariableNumber.AllowedIdentifiers

inherit_gem: rubomatic-rails: configs/rubocop.yml

Naming/VariableNumber: inherit_mode: merge: - AllowedIdentifiers AllowedIdentifiers: - street_2

[source,yaml]

Completely override Naming/VariableNumber.AllowedIdentifiers

inherit_gem: rubomatic-rails: configs/rubocop.yml

Naming/VariableNumber: inherit_mode: override: - AllowedIdentifiers AllowedIdentifiers: - street_2

== Changelog

See xref:./CHANGELOG.adoc[CHANGELOG] see see changes

FAQs

Package last updated on 08 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc