You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: 'SC2086: Double quote to prevent globbing and word splitting.',
54
+
message: 'Double quote to prevent globbing and word splitting.',
55
55
severity: 3,
56
56
code: 2086,
57
57
source: 'shellcheck',
@@ -82,8 +82,8 @@ describe('linter', () => {
82
82
})
83
83
// prettier-ignore
84
84
constexpected=[
85
-
{message: 'SC1091: Not following: shellcheck/sourced.sh: openBinaryFile: does not exist (No such file or directory)',severity: 3,code: 1091,source: 'shellcheck',range: {start: {line: 3,character: 7},end: {line: 3,character: 19}},},
86
-
{message: 'SC2154: foo is referenced but not assigned.',severity: 2,code: 2154,source: 'shellcheck',range: {start: {line: 5,character: 6},end: {line: 5,character: 10}},},
85
+
{message: 'Not following: shellcheck/sourced.sh: openBinaryFile: does not exist (No such file or directory)',severity: 3,code: 1091,source: 'shellcheck',range: {start: {line: 3,character: 7},end: {line: 3,character: 19}},},
86
+
{message: 'foo is referenced but not assigned.',severity: 2,code: 2154,source: 'shellcheck',range: {start: {line: 5,character: 6},end: {line: 5,character: 10}},},
0 commit comments