From bfa4df0dfe304742693569cf2edecc6748b76fff Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 8 Jul 2017 15:58:49 -0700 Subject: [PATCH] Updated SC2185 (markdown) --- SC2185.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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