Skip to content

Commit

Permalink
M500 - linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Oct 26, 2024
1 parent d94fef9 commit d6f3ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/M500_Code.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ async function checkCode(context) {
if (!plugins.includes('manual-review')) {
context.warnings.push('[W529] Plugin "manual-review" missing at .releaseconfig.json. Please add.');
}
}0;
}
} catch (e) {
context.errors.push(`[E530] .releaseconfig.json is no valid json file - ${e}.`);
}
Expand Down

0 comments on commit d6f3ef1

Please sign in to comment.