diff options
author | rinpatch <rinpatch@sdf.org> | 2019-12-08 19:42:40 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-12-08 20:35:41 +0300 |
commit | d6c89068f3c6765b7a3ef63199725b7833c34c3a (patch) | |
tree | 97c58ff4e3dba91bfb5d84a143962915855cb7d7 /.formatter.exs | |
parent | af5fef1f228a1781d7d9cad490d3b3a783389f5e (diff) | |
download | pleroma-d6c89068f3c6765b7a3ef63199725b7833c34c3a.tar.gz pleroma-d6c89068f3c6765b7a3ef63199725b7833c34c3a.zip |
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.exs | 2 |
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"] ] |