ndmitchell / weeder

Detect dead exports or package imports
BSD 3-Clause "New" or "Revised" License
124 stars 8 forks source link

Integrate with code climate #31

Open pjljvandelaar opened 6 years ago

pjljvandelaar commented 6 years ago

I would like to automatically monitor the quality of my haskell code. Could weeder output be connected to code climate? See https://codeclimate.com/

ndmitchell commented 6 years ago

See https://github.com/ndmitchell/hlint/pull/383 where @pbrisbin did the integration for HLint. I'm definitely not adverse to it, but someone else would probably have to do the work.

pbrisbin commented 6 years ago

FWIW: I would love to see this and planned to do it myself, though I'm not sure when I'll have time. If someone else wants to make an attempt, I'm more than happy to answer questions / review PRs etc.

ndmitchell commented 4 years ago

Weeder 2.0 is being developed at https://github.com/ocharles/weeder so I suggest you go see if that fixes your issues.