Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jul 29, 2023
1 parent 24f6e99 commit 2e1d3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/rubocop/lsp/server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@
textDocument: {
languageId: 'ruby',
text: "puts 'neat'",
# Depends on this project's .standard.yml ignoring `tmp/**/*`
# Depends on this project's .rubocop.yml ignoring `tmp/**/*`
uri: "file://#{Dir.pwd}/tmp/foo/bar.rb",
version: 0
}
Expand Down Expand Up @@ -1145,7 +1145,7 @@
textDocument: {
languageId: 'ruby',
text: "puts 'hi'",
# Depends on this project's .standard.yml ignoring `tmp/**/*`
# Depends on this project's .rubocop.yml ignoring `tmp/**/*`
uri: "file://#{Dir.pwd}/tmp/zzz.rb",
version: 0
}
Expand Down

0 comments on commit 2e1d3f9

Please sign in to comment.