Silence hlint

This commit is contained in:
Julian Ospald 2023-02-23 23:15:08 +08:00
parent b547324253
commit d628848af6
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 0 deletions

View File

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