1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Updated SC2185 (markdown)

koalaman 2017-07-08 15:58:49 -07:00
parent 12ec641380
commit bfa4df0dfe

@ -21,4 +21,8 @@ Explicitly specifying a path works across all implementations, and is therefore
### Exceptions:
None.
You will get a false positive if you concatenate a series of pre-path flags:
find -XLE .
In such cases, please either use `find -X -L -E .` or [[ignore]] the message.