summaryrefslogtreecommitdiff
path: root/Biz/Lint.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Lint.hs')
-rw-r--r--Biz/Lint.hs20
1 files changed, 9 insertions, 11 deletions
diff --git a/Biz/Lint.hs b/Biz/Lint.hs
index 62ddba7..13150cc 100644
--- a/Biz/Lint.hs
+++ b/Biz/Lint.hs
@@ -5,18 +5,16 @@
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE NoImplicitPrelude #-}
--- : out lint
---
--- these are actually runtime deps, but bild doesn't (yet) distinguish between
--- rundeps and sysdeps:
+-- | Global linter.
--
--- : sys ormolu
--- : sys hlint
--- : sys black
--- : sys ruff
--- : sys deadnix
--- : sys shellcheck
--- : sys indent
+-- : out lint
+-- : run ormolu
+-- : run hlint
+-- : run black
+-- : run ruff
+-- : run deadnix
+-- : run shellcheck
+-- : run indent
module Biz.Lint (main) where
import Alpha