Manual fixes to get pre-commit to work

This commit is contained in:
Pokey Rule 2022-04-24 18:49:35 +01:00
parent 6256e45191
commit c8815db318
5 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
# We still need the main project to have all depedencies

0
src/core/shapeAdjustments.ts Executable file → Normal file
View File

View File

@ -69,5 +69,5 @@ async function followLink() {
const editor = vscode.window.activeTextEditor;
assert.equal(editor?.document?.uri?.scheme, "file");
assert.equal(editor?.document.getText(), "hello world");
assert.equal(editor?.document.getText().trimEnd(), "hello world");
}

0
src/util/canonicalizeActionName.ts Executable file → Normal file
View File

0
src/util/canonicalizeTargets.ts Executable file → Normal file
View File