summaryrefslogtreecommitdiff
path: root/Biz/Lint.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Lint.hs')
-rw-r--r--Biz/Lint.hs2
1 files changed, 1 insertions, 1 deletions
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