Skip to content

Commit

Permalink
Fix wrong text in the documentation about rubocop being a required de…
Browse files Browse the repository at this point in the history
…pendency
  • Loading branch information
vinibispo committed Nov 5, 2024
1 parent 429bb33 commit 5c9731a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jekyll/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ their Gemfiles, and at the same time being able to hook into project dependencie

### Implicit Dependencies

The Ruby LSP requires certain dependencies to be present in the project in order to provide the best experience. These are the dependencies:
- rubocop (>= 1.4.0)
The Ruby LSP can provide an enhanced experience if RuboCop is present in the project. While using it is optional, if you do choose to include RuboCop, make sure it’s version 1.4.0 or higher.

## Add-ons

Expand Down

0 comments on commit 5c9731a

Please sign in to comment.