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

zen-ruby-linter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zen-ruby-linter

  • 1.8.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Upgrade to 2.0.0 helper

The simple tool to help you upgrade your application to use 2.x version of fs-api and future_kiss. It's just additional, custom rubocop's Cops, which allow you to spot most of the places where you app uses deprecated or removed code.

Remember Although provided cops should find most deprecations and removals, some offenses might be unrevealed, especially when there monkey patches in your codebase. Make sure that's not the case, before you go to production.

Installation and running

One your project uses ZenRubyLinter you can either run: bundle exec rubocop -c custom_extensions/tools/sell/abp_upgrade.yml --only=AbpUpgrade

Or inherit rules in yours project rubocop config

# .rubocop.yml

inherit_from:
  zen-ruby-linter:
  # ...
  - custom_extensions/tools/sell/abp_upgrade.yml

and run bundle exec rubocop

FAQs

Package last updated on 16 Jul 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