From 9786955abec914f6a176ba4d8b29ea3b6a5f9194 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 21 Jan 2024 14:29:15 +0000 Subject: [PATCH] Add `rubocop-md` gem to the Gemfile in the style group - This could be useful for linting code in our docs. --- Library/Homebrew/Gemfile | 1 + Library/Homebrew/Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Library/Homebrew/Gemfile b/Library/Homebrew/Gemfile index 02a9cc0900..8639977b78 100644 --- a/Library/Homebrew/Gemfile +++ b/Library/Homebrew/Gemfile @@ -42,6 +42,7 @@ group :pry, optional: true do end group :style, optional: true do gem "rubocop", require: false + gem "rubocop-md", require: false gem "rubocop-performance", require: false gem "rubocop-rails", require: false gem "rubocop-rspec", require: false diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 9927f2026c..1079d9af9c 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -113,6 +113,8 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) + rubocop-md (1.2.2) + rubocop (>= 1.0) rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) @@ -209,6 +211,7 @@ DEPENDENCIES rspec_junit_formatter rubocop rubocop-ast + rubocop-md rubocop-performance rubocop-rails rubocop-rspec