Skip to content

Commit e91b09a

Browse files
committed
remove biome lint complaints
1 parent 83b9295 commit e91b09a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sshSupport.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ export function computeSSHProperties(host: string, config: string): Record<strin
4747
}
4848
| undefined
4949
const configs: Array<typeof currentConfig> = []
50-
// biome-ignore lint/complexity/noForEach: <explanation>
5150
config.split("\n").forEach((line) => {
52-
// biome-ignore lint/style/noParameterAssign: <explanation>
5351
line = line.trim()
5452
if (line === "") {
5553
return

0 commit comments

Comments
 (0)