mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 16:26:26 +08:00
Merge pull request #2808 from bruce-ricard/pr/dfbr
improve short description for SC2038
This commit is contained in:
@@ -563,7 +563,7 @@ checkPipePitfalls _ (T_Pipeline id _ commands) = do
|
||||
hasParameter "print0",
|
||||
hasParameter "printf"
|
||||
]) $ warn (getId find) 2038
|
||||
"Use -print0/-0 or -exec + to allow for non-alphanumeric filenames."
|
||||
"Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames."
|
||||
|
||||
for ["ps", "grep"] $
|
||||
\(ps:grep:_) ->
|
||||
|
Reference in New Issue
Block a user