Updated SC2317 (markdown)

Federer Fanatic
2024-01-31 08:43:34 -05:00
parent 8d9e6691a1
commit cf73b390b5

@@ -69,7 +69,7 @@ Defined functions are assumed to be reachable when the script ends (not exits) s
### More Problematic Code
You have defined two functions in the files you are sourcing whose names are the same but defined differently within their bodies. Then you will see the same error message albeit it will be mysterious at first. However, when invoking ShellCheck! on the ex command line I noticed that the whole definition of the **earlier seen** definition was ignored. Indeed every message was that every line was unreachable.
You have defined two functions in the same file you are sourcing whose names are the same but defined differently within their bodies. Then you will see the same error message albeit it will be mysterious at first. However, when invoking ShellCheck! on the ex command line I noticed that the whole definition of the **earlier seen** definition was ignored. Indeed every message was that every line of the earlier seen definition was deemed unreachable.