Add rubocop-md gem to the Gemfile in the style group
- This could be useful for linting code in our docs.
This commit is contained in:
parent
044d06d105
commit
9786955abe
@ -42,6 +42,7 @@ group :pry, optional: true do
|
|||||||
end
|
end
|
||||||
group :style, optional: true do
|
group :style, optional: true do
|
||||||
gem "rubocop", require: false
|
gem "rubocop", require: false
|
||||||
|
gem "rubocop-md", require: false
|
||||||
gem "rubocop-performance", require: false
|
gem "rubocop-performance", require: false
|
||||||
gem "rubocop-rails", require: false
|
gem "rubocop-rails", require: false
|
||||||
gem "rubocop-rspec", require: false
|
gem "rubocop-rspec", require: false
|
||||||
|
|||||||
@ -113,6 +113,8 @@ GEM
|
|||||||
rubocop (~> 1.41)
|
rubocop (~> 1.41)
|
||||||
rubocop-factory_bot (2.25.1)
|
rubocop-factory_bot (2.25.1)
|
||||||
rubocop (~> 1.41)
|
rubocop (~> 1.41)
|
||||||
|
rubocop-md (1.2.2)
|
||||||
|
rubocop (>= 1.0)
|
||||||
rubocop-performance (1.20.2)
|
rubocop-performance (1.20.2)
|
||||||
rubocop (>= 1.48.1, < 2.0)
|
rubocop (>= 1.48.1, < 2.0)
|
||||||
rubocop-ast (>= 1.30.0, < 2.0)
|
rubocop-ast (>= 1.30.0, < 2.0)
|
||||||
@ -209,6 +211,7 @@ DEPENDENCIES
|
|||||||
rspec_junit_formatter
|
rspec_junit_formatter
|
||||||
rubocop
|
rubocop
|
||||||
rubocop-ast
|
rubocop-ast
|
||||||
|
rubocop-md
|
||||||
rubocop-performance
|
rubocop-performance
|
||||||
rubocop-rails
|
rubocop-rails
|
||||||
rubocop-rspec
|
rubocop-rspec
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user