Skip to content

Commit b776c7f

Browse files
committed
Remove deprecated tag causing strikethrough
1 parent 0b0d3d6 commit b776c7f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/src/shellcheck/config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ export const SUPPORTED_BASH_DIALECTS = ['sh', 'bash', 'dash', 'ksh']
66

77
// https://github.com/koalaman/shellcheck/wiki
88
export const CODE_TO_TAGS: Record<number, LSP.DiagnosticTag[] | undefined> = {
9-
2006: [LSP.DiagnosticTag.Deprecated],
10-
2007: [LSP.DiagnosticTag.Deprecated],
119
2034: [LSP.DiagnosticTag.Unnecessary],
12-
2186: [LSP.DiagnosticTag.Deprecated],
13-
2196: [LSP.DiagnosticTag.Deprecated],
14-
2197: [LSP.DiagnosticTag.Deprecated],
1510
}
1611

1712
// https://github.com/koalaman/shellcheck/blob/364c33395e2f2d5500307f01989f70241c247d5a/src/ShellCheck/Formatter/Format.hs#L50

0 commit comments

Comments
 (0)