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: ### 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.