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

team_fastlane-rubocop

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

team_fastlane-rubocop

  • 1.2.10
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Team Fastlane Rubocop Config

Team Fastlane shared ruby style configs.

== Installation

Add this line to your application's Gemfile:

[source,ruby]

group :test, :development do gem 'rubocop-team_fastlane' end

Or, for a Ruby library, add this to your gemspec:

[source,ruby]

spec.add_development_dependency 'rubocop-team_fastlane'

And then run:

[source,bash]

$ bundle install

== Usage

Create a .rubocop.yml with the following directives:

[source,yaml]

inherit_gem: rubocop-team_fastlane: default.yml

Now, run:

[source,bash]

$ bundle exec rubocop

You do not need to include rubocop directly in your application's dependencies. This will include a specific version of rubocop that is shared across all projects.

FAQs

Package last updated on 13 Sep 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