From 64c5858f7bc01fa9c0e0bc5726066ce6167bea81 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 19 Feb 2021 10:06:56 -0500 Subject: Add support for hlint --refactor --- Biz/Lint.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Lint.hs') diff --git a/Biz/Lint.hs b/Biz/Lint.hs index 17edb37..3039b72 100644 --- a/Biz/Lint.hs +++ b/Biz/Lint.hs @@ -117,7 +117,7 @@ hlint = Linter { exe = "hlint", args = [], - fixArgs = Nothing + fixArgs = Just ["--refactor", "--refactor-options=-i"] } pylint :: Linter -- cgit v1.2.3