Skip to content

Commit 64a03e9

Browse files
authored
Get rid of RuboCop markdown (#3557)
1 parent 4f7b806 commit 64a03e9

File tree

6 files changed

+1168
-512
lines changed

6 files changed

+1168
-512
lines changed

.rubocop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ inherit_gem:
33

44
require:
55
- rubocop-sorbet
6-
- rubocop-md
76
- rubocop-minitest
87
- rubocop-rake
98
- ./lib/rubocop/cop/ruby_lsp/use_language_server_aliases

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ group :development do
1313
gem "mocha", "~> 2.3"
1414
gem "psych", "~> 5.1", require: false
1515
gem "rake", "~> 13.2"
16-
gem "rubocop-md", "~> 1.2.0", require: false
1716
gem "rubocop-minitest", "~> 0.36.0", require: false
1817
gem "rubocop-rake", "~> 0.6.0", require: false
1918
gem "rubocop-shopify", "~> 2.15", require: false

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ GEM
7171
unicode-display_width (>= 2.4.0, < 4.0)
7272
rubocop-ast (1.38.0)
7373
parser (>= 3.3.1.0)
74-
rubocop-md (1.2.4)
75-
rubocop (>= 1.45)
7674
rubocop-minitest (0.36.0)
7775
rubocop (>= 1.61, < 2.0)
7876
rubocop-ast (>= 1.31.1, < 2.0)
@@ -137,7 +135,6 @@ DEPENDENCIES
137135
psych (~> 5.1)
138136
rake (~> 13.2)
139137
rubocop (~> 1.70)
140-
rubocop-md (~> 1.2.0)
141138
rubocop-minitest (~> 0.36.0)
142139
rubocop-rake (~> 0.6.0)
143140
rubocop-shopify (~> 2.15)

lib/ruby_lsp/setup_bundler.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
require "time"
1313
require "uri"
1414

15-
# This file is a script that will configure a composed bundle for the Ruby LSP. The composed bundle allows developers to use
16-
# the Ruby LSP without including the gem in their application's Gemfile while at the same time giving us access to the
17-
# exact locked versions of dependencies.
15+
# This file is a script that will configure a composed bundle for the Ruby LSP. The composed bundle allows developers to
16+
# use the Ruby LSP without including the gem in their application's Gemfile while at the same time giving us access to
17+
# the exact locked versions of dependencies.
1818

1919
Bundler.ui.level = :silent
2020

0 commit comments

Comments
 (0)