summaryrefslogtreecommitdiff
path: root/.formatter.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-12-08 19:42:40 +0300
committerrinpatch <rinpatch@sdf.org>2019-12-08 20:35:41 +0300
commitd6c89068f3c6765b7a3ef63199725b7833c34c3a (patch)
tree97c58ff4e3dba91bfb5d84a143962915855cb7d7 /.formatter.exs
parentaf5fef1f228a1781d7d9cad490d3b3a783389f5e (diff)
HTML: Compile Scrubbers on boot
This makes it possible to configure their behavior on OTP releases.
Diffstat (limited to '.formatter.exs')
-rw-r--r--.formatter.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.formatter.exs b/.formatter.exs
index 7fa95a619..5799ac127 100644
--- a/.formatter.exs
+++ b/.formatter.exs
@@ -1,3 +1,3 @@
[
- inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}", "priv/repo/migrations/*.exs"]
+ inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}", "priv/repo/migrations/*.exs", "priv/scrubbers/*.ex"]
]