Skip to content

Commit b415758

Browse files
author
Ryan Trinkle
committed
Disable hlint for tests
1 parent cf385c6 commit b415758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hlint.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ main = do
3131
, let notElem' = liftOp notElem
3232
in filePath `notElem'` filePathExceptions pwd
3333
]
34-
files <- find recurseInto matchFile pwd
34+
files <- find recurseInto matchFile (pwd </> "src") --TODO: Someday fix all hints in tests, etc.
3535
ideas <- fmap concat $ forM files $ \f -> do
3636
putStr $ "linting file " ++ drop (length pwd + 1) f ++ "... "
3737
runHlint f

0 commit comments

Comments
 (0)