
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Rubocop Rails Suite is a comprehensive suite of RuboCop configurations tailored for Ruby on Rails applications. This gem enhances your Rails code quality by bundling essential RuboCop extensions for performance, testing, and best practices. It requires at least Ruby version 3.0.0 to function properly.
rubocop
- The base linter for Ruby.rubocop-rails
- Rails-specific linting rules.rubocop-performance
- Rules focused on optimizing Ruby performance.rubocop-rspec
- Linting rules for RSpec tests.rubocop-factory_bot
- Linting rules for factory_bot
usage.rubocop-faker
- Linting rules for faker
usage.Add this line to your application's Gemfile:
gem "rubocop-rails-suite", require: false, group: [:development]
Then execute:
bundle install
To enable the Rubocop Rails Suite in your project, create or update your .rubocop.yml file with the following:
inherit_gem:
rubocop-rails-suite: rubocop.yml
# Your own rules go here
This will import the suite's recommended RuboCop rules for Rails projects, including rules for performance, RSpec, factory_bot, faker, and more.
Run RuboCop to check your code:
bundle exec rubocop
Contributions are welcome! Feel free to report bugs or submit pull requests.
For questions or further information, feel free to reach out via LinkedIn.
FAQs
Unknown package
We found that rubocop-rails-suite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.