X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=makefile;h=abe71a3acbc7416c4048fb75885472bda361fb60;hb=e565ae841fa735a1361712eac06cc7ae9be098dc;hp=8bd7248952ed1c4f53cf4f2eeb92460be6c5b7b1;hpb=ea3a5b5f48baf757d5c5c2d1db64f669001185f1;p=dead%2Fhalcyon.git diff --git a/makefile b/makefile index 8bd7248..abe71a3 100644 --- a/makefile +++ b/makefile @@ -17,3 +17,9 @@ doc: runghc Setup.hs haddock --internal \ --executables \ --hyperlink-source + +hlint: + hlint --ignore="Use camelCase" \ + --ignore="Redundant bracket" \ + --color \ + src