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

mlh-rubocop-config

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mlh-rubocop-config

  • 1.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

MLH Rubocop Configuration

The MLH Rubocop Configuration provides a set of rules and guidelines for Ruby code.

Usage

To use the MLH Rubocop Configuration in your Ruby project, follow these steps:

  1. Add the MLH Rubocop Configuration gem to your Gemfile:

    gem "mlh-rubocop-config"
    
  2. In your project's .rubocop.yml file, include the MLH Rubocop Configuration by using the inherit_gem directive:

inherit_gem:
  mlh-rubocop-config: .rubocop.yml

Example

Here's an example of how your project's .rubocop.yml file might look like when using the MLH Rubocop Configuration:

# Inherit rules from the MLH Rubocop Configuration
inherit_gem:
  mlh-rubocop-config: .rubocop.yml

# Add project-specific rules or overrides
AllCops:
  Exclude:
    - spec/**/* # Exclude spec files from Rubocop analysis

FAQs

Package last updated on 02 Feb 2024

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