Silence hlint

This commit is contained in:
2023-02-23 23:15:08 +08:00
parent b547324253
commit d628848af6

View File

@@ -551,6 +551,7 @@ isHidden fp'
| otherwise = False
isBlacklisted :: FilePath -> Bool
{- HLINT ignore "Use ==" -}
isBlacklisted fp' = fp' `elem` [".DS_Store"]