Is it possible to use HLint.hs file to customize HLint messages in EclipseFP?
I tried adding a HLint.hs
file in the project root containing:
import "hint" HLint.HLint
ignore "Use camelCase"
but it has no effect:
Update:
For HLint to pick up the changes in the HLint.hs
file it is required to run Cabal install dependencies
by right clicking on the project: