From 07c9bca8af8bc869fafd0500dcf4ad7ac2ff2f8a Mon Sep 17 00:00:00 2001 From: Calvin Armstrong Date: Mon, 9 Sep 2024 10:01:50 -0500 Subject: [PATCH] Switched to Omakase Rubocop --- content.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/content.md b/content.md index eaeb3c2..e4689d5 100644 --- a/content.md +++ b/content.md @@ -16,7 +16,7 @@ A style guide provides a coherent set of rules for code formatting and best prac Linters are tools that help identify issues like syntax errors, stylistic errors, and other potential problems before they become more serious. They play a vital role in maintaining code quality. ## RuboCop 🤖 -[RuboCop](https://github.com/rubocop/rubocop) is a static code analyzer for Ruby, based on the [community style guide]((https://rubystyle.guide/)). It can also format code, fixing issues automatically. +[RuboCop-Rails-Omakase](https://github.com/rails/rubocop-rails-omakase) — a specialized form of [RuboCop](https://github.com/rubocop/rubocop) — is a static code analyzer for Ruby, based on the [community style guide]((https://rubystyle.guide/)). It can also format code, fixing issues automatically.