We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aac0b3 commit e9b7fa4Copy full SHA for e9b7fa4
src/buildifier/diagnostics.ts
@@ -169,5 +169,5 @@ function parseStderr(input: string): IBuildifierWarning | undefined {
169
category: 'invalid-input',
170
actionable: false,
171
message: rest,
172
- }
+ };
173
}
src/buildifier/execute.ts
@@ -102,7 +102,7 @@ export async function buildifierLint(
102
success: result.success,
103
file: file,
104
stderr: outputs.stderr
105
106
107
108
// should not occur
0 commit comments