X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=abe71a3acbc7416c4048fb75885472bda361fb60;hb=bbd3f429da0e9e5906f6aecb85f1c00683500428;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