Skip to content

Commit

Permalink
Add rubocop-md gem to the Gemfile in the style group
Browse files Browse the repository at this point in the history
- This could be useful for linting code in our docs.
  • Loading branch information
issyl0 committed Jan 24, 2024
1 parent 044d06d commit 9786955
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions Library/Homebrew/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -209,6 +211,7 @@ DEPENDENCIES
rspec_junit_formatter
rubocop
rubocop-ast
rubocop-md
rubocop-performance
rubocop-rails
rubocop-rspec
Expand Down

0 comments on commit 9786955

Please sign in to comment.