Skip to content
codefactor.io / CodeFactor failed Sep 14, 2024 in 1s

4 issues found.

Annotations

Check notice on line 10 in install.sh

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

install.sh#L10

read without -r will mangle backslashes. (SC2162)

Check notice on line 4 in install.sh

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

install.sh#L4

read without -r will mangle backslashes. (SC2162)

Check notice on line 7 in install.sh

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

install.sh#L7

read without -r will mangle backslashes. (SC2162)

Check notice on line 13 in install.sh

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

install.sh#L13

read without -r will mangle backslashes. (SC2162)