RuboCop LTS
PROJECT DOCUMENTATION
- 🌱 Why Build This?
- 🌱 Convention > Configuration
- 🌱 How to Upgrade Ruby (1.8 to 3.2)!
- 👩💻 Org Health
- 🔧 Usage
- 🧮 Development
- ⚡️ Contributing
- 🌈 Contributors
- 📄 License
- 🤝 Code of Conduct
- 📌 Versioning
This README
This Branch 🌳
This README is for the odd release of rubocop-lts
supporting Ruby ~> 3.0.0.
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 |
Installation ✨
Without bundler execute:
$ gem install
Add this line to your application’s Gemfile:
gem "rubocop-lts", "~> 19.1", require: false
And then execute:
$ bundle
Dependabot Noise Reduction
Add the following to .github/dependabot.yml
if you use Github Actions.
ignore: - dependency-name: "rubocop-lts"