X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=blobdiff_plain;f=makefile;h=abe71a3acbc7416c4048fb75885472bda361fb60;hp=8bd7248952ed1c4f53cf4f2eeb92460be6c5b7b1;hb=cf0e5470657c80d2e4db116b309e8ca35b4136ad;hpb=9b6d95a82745ced2a58d9bc4ded555ee36b36673 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