mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2185 (markdown)
@@ -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.
|
Reference in New Issue
Block a user