Chore/test empty string 2 #26
Annotations
2 errors and 7 warnings
Check for Empty Strings
6 empty strings detected in the code.
|
Check for Empty Strings
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: tibdex/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check for Empty Strings:
.github/empty-string-checker.ts#L44
Empty string found: core.setFailed(`${emptyStrings.length} empty string${emptyStrings.length > 1 ? "s" : ""} detected in the code.`);
|
Check for Empty Strings:
.github/empty-string-checker.ts#L57
Empty string found: let currentFile = "";
|
Check for Empty Strings:
.github/empty-string-checker.ts#L62
Empty string found: currentFile = line.replace("+++ b/", "");
|
Check for Empty Strings:
.github/empty-string-checker.ts#L66
Empty string found: if (line.includes('""')) {
|
Check for Empty Strings:
build/index.ts#L6
Empty string found: const _EMPTY_STRING_TEST_1 = "";
|
Check for Empty Strings:
build/index.ts#L7
Empty string found: const _EMPTY_STRING_TEST_2 = "";
|
Loading