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 Ruby ~> 2.3.0.
📼 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 |
||||
rubocop-ruby1_9 |
||||
rubocop-ruby2_0 |
||||
rubocop-ruby2_1 |
||||
rubocop-ruby2_2 |
||||
rubocop-ruby2_3 |
||||
rubocop-ruby2_4 |
||||
rubocop-ruby2_5 |
||||
rubocop-ruby2_6 |
||||
rubocop-ruby2_7 |
||||
rubocop-ruby3_0 |
||||
rubocop-ruby3_1 |
||||
rubocop-ruby3_2 |
✨ Installation
Without bundler execute:
$ gem install
Add this line to your application’s Gemfile:
gem 'rubocop-lts', '~> 9.0', require: false
And then execute:
$ bundle