Code climate counts the lines of code in our project, but it seems to ignore Haskell files (only Java files are counted). Is there a way to configure code climate to change this behavior?
Asked
Active
Viewed 312 times
0
-
It does not seem to support Haskell: https://docs.codeclimate.com/docs/supported-languages-for-maintainability – Willem Van Onsem Mar 02 '18 at 13:21
-
Not out of the box, but we are using it with `hlint`. Since there are off-the-shelf tools to count the lines of codes of any language (like [`sloc`](https://www.npmjs.com/package/sloc)) I was wondering if there was some tweak we could use. But indeed, the fact that Haskell is not officially supported gives me little hope :/ – Damian Nadales Mar 02 '18 at 13:30