diff --git a/SC2185.md b/SC2185.md index 5029930..0cf0056 100644 --- a/SC2185.md +++ b/SC2185.md @@ -21,4 +21,8 @@ Explicitly specifying a path works across all implementations, and is therefore ### Exceptions: -None. \ No newline at end of file +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. \ No newline at end of file