SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5, see docs/images/logo/README.txt SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt

RuboCop LTS

PROJECT DOCUMENTATION

|🌱 Why Build This? |🌱 Convention > Configuration --⊕🌱 Even Releases --⊕🌱 Odd Releases |🌱 How to Upgrade Ruby (1.8 to 3.2)! |👩‍💻 Org Health --⊕👩‍💻 Project Health |🌳 This Branch |✨ Installation |🔧 Usage |🏗️ Development --⊕⚡️ Contributing --⊕🌈 Contributors |📄 License |⊕© Copyright |🤝 Code of Conduct |📌 Versioning

🌳 This Branch

This README is for the odd release of rubocop-lts supporting only Ruby 1.9.

📼 Supporting Ruby 1.8

Have a library still supporting Ruby 1.8.7, or looking to drop support for Ruby 1.8.7 in a SemVer-compliant manner?

Simply use rubocop-lts, version 1.x or 2.x, which support Ruby 1.9.3 for installation, and 1.8.7 for syntax.

inherit_gem:
  rubocop-lts: rubocop-lts1_8.yml

NOTE: For more on how Ruby 1.8 support works, look here

👩‍💻 Project Health

Gem Name Version Downloads CI Activity
rubocop-lts Gem Version Total DL DL Rank Current Legacy Heads Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby1_9 Gem Version Total DL DL Rank Current Legacy Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby2_0 Gem Version Total DL DL Rank Current Legacy Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby2_1 Gem Version Total DL DL Rank Current Legacy Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby2_2 Gem Version Total DL DL Rank Current Legacy Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby2_3 Gem Version Total DL DL Rank Current Legacy Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby2_4 Gem Version Total DL DL Rank Current Legacy Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby2_5 Gem Version Total DL DL Rank Current Heads Legacy Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby2_6 Gem Version Total DL DL Rank Current Heads Legacy Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby2_7 Gem Version Total DL DL Rank Current Heads Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby3_0 Gem Version Total DL DL Rank Current Heads Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby3_1 Gem Version Total DL DL Rank Current Heads Open Issues Closed Issues Open PRs Closed PRs
rubocop-ruby3_2 Gem Version Total DL DL Rank Current Heads Open Issues Closed Issues Open PRs Closed PRs

✨ Installation

Without bundler execute:

$ gem install 

Add this line to your application's Gemfile:

gem 'rubocop-lts', '~> 1.0', require: false

And then execute:

$ bundle