hlint icon indicating copy to clipboard operation
hlint copied to clipboard

Add a test suite entry

Open ndmitchell opened this issue 8 years ago • 1 comments

As noted by @contivero, stack test should do a test. Probably just add an extra Test.hs which calls the existing test suite.

ndmitchell avatar Oct 22 '17 16:10 ndmitchell

Started working on this, am puzzled by some of the code structure. For example, judging by its imports, the module Language.Haskell.HLint seems to mainly serve to reexport HLint.hlint, as well as serving as a kitchensink export for interactive use?

hseg avatar Sep 04 '24 13:09 hseg