Skip to content

Added file tree functionality #399

Added file tree functionality

Added file tree functionality #399

Triggered via pull request December 13, 2023 09:22
Status Failure
Total duration 51s
Artifacts

pull_requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
main: src/core/operations/FileTree.mjs#L49
Strings must use doublequote
main: src/core/operations/FileTree.mjs#L50
Strings must use doublequote
main: src/core/operations/FileTree.mjs#L53
Identifier 'file_delim' is not in camel case
main: src/core/operations/FileTree.mjs#L54
Identifier 'entry_delim' is not in camel case
main: src/core/operations/FileTree.mjs#L57
Identifier 'completed_list' is not in camel case
main: src/core/operations/FileTree.mjs#L57
'completed_list' is never reassigned. Use 'const' instead
main: src/core/operations/FileTree.mjs#L58
Identifier 'print_list' is not in camel case
main: src/core/operations/FileTree.mjs#L58
'print_list' is never reassigned. Use 'const' instead
main: src/core/operations/FileTree.mjs#L61
Identifier 'file_paths' is not in camel case
main: src/core/operations/FileTree.mjs#L62
Unexpected var, use let or const instead
main: src/core/operations/FileTree.mjs#L54
Trailing spaces not allowed