Skip to content

Commit

Permalink
Remove useless eslint-disable instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-reeves-scalingo committed Nov 19, 2024
1 parent 177fa7e commit 41b5b83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vscode/src/test/suite/ruby/rbenv.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ suite("Rbenv", () => {
});

test("Allows configuring where rbenv is installed", async () => {
// eslint-disable-next-line no-process-env
const workspacePath = fs.mkdtempSync(
path.join(os.tmpdir(), "ruby-lsp-test-"),
);
Expand Down

0 comments on commit 41b5b83

Please sign in to comment.