diff options
author | stuebinm | 2021-11-20 02:30:20 +0100 |
---|---|---|
committer | stuebinm | 2021-11-20 02:30:20 +0100 |
commit | 2511c52d9452f60c533871ac111ba9473065310c (patch) | |
tree | 9b4fd6a3670841bbfc3f91cc0b2f55b4fc800605 /walint.cabal | |
parent | 321f4d5fa118515dcde522e1ad01ddd65741828b (diff) |
make link adjustments configurable
this allows for creating custom URI "schemas" in the linter's config,
which may be either allowed, prefixed, or translated according to
some (domain-based) substitution.
Diffstat (limited to '')
-rw-r--r-- | walint.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/walint.cabal b/walint.cabal index 4faf69c..ce68a57 100644 --- a/walint.cabal +++ b/walint.cabal @@ -35,6 +35,7 @@ library Util Types Paths + Uris LintConfig build-depends: base, aeson, |