Skip to content

Commit c8815db

Browse files
committed
Manual fixes to get pre-commit to work
1 parent 6256e45 commit c8815db

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

scripts/docs-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
set -euo pipefail
24

35
# We still need the main project to have all depedencies

src/core/shapeAdjustments.ts

100755100644
File mode changed.

src/test/suite/followLink.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ async function followLink() {
6969

7070
const editor = vscode.window.activeTextEditor;
7171
assert.equal(editor?.document?.uri?.scheme, "file");
72-
assert.equal(editor?.document.getText(), "hello world");
72+
assert.equal(editor?.document.getText().trimEnd(), "hello world");
7373
}

src/util/canonicalizeActionName.ts

100755100644
File mode changed.

src/util/canonicalizeTargets.ts

100755100644
File mode changed.

0 commit comments

Comments
 (0)