8000 linter, just ignoring · coder/coder@3c380c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c380c8

Browse files
committed
linter, just ignoring
1 parent 3acd9a9 commit 3c380c8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

site/src/pages/UserSettingsPage/WorkspaceProxyPage/WorkspaceProxyRow.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ export const ProxyRow: FC<ProxyRowProps> = ({ proxy, latency }) => {
3333
case "http/1.0":
3434
case "http/1.1":
3535
extraWarnings.push(
36+
// biome-ignore lint/style/useTemplate: easier to read short lines
3637
`Requests to the proxy are using ${latency.nextHopProtocol}, ` +
37-
"the server might not support HTTP/2. " +
38-
"For usability reasons, HTTP/2 or above is recommended. " +
39-
"Pages may fail to load if the web browser's concurrent " +
40-
"connection limit is reached.",
38+
"the server might not support HTTP/2. " +
39+
"For usability reasons, HTTP/2 or above is recommended. " +
40+
"Pages may fail to load if the web browser's concurrent " +
41+
"connection limit is reached.",
4142
);
4243
}
4344
}

0 commit comments

Comments
 (0)
0