Fix for #219 - Folder path separators are incorrectly replaced (#224) #245
Annotations
4 errors and 4 warnings
Lint:
src/util.ts#L16
Unexpected control character(s) in regular expression: \x00, \x1f
|
Lint:
src/util.ts#L108
Replace `str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR)` with `␍⏎····str.replace(ILLEGAL_CHAR_REGEX_FILE,·REPLACEMENT_CHAR),␍⏎··`
|
Lint:
src/util.ts#L112
Replace `↹return·removeInvisibleChars(str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR)` with `··return·removeInvisibleChars(␍⏎····str.replace(ILLEGAL_CHAR_REGEX_FOLDER,·REPLACEMENT_CHAR),␍⏎··`
|
Lint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint:
src/settings/template.ts#L336
Unexpected any. Specify a different type
|
Lint:
src/util.ts#L189
Unexpected any. Specify a different type
|
Loading