diff --git a/mix.exs b/mix.exs index dc638c18..0834b3d2 100644 --- a/mix.exs +++ b/mix.exs @@ -146,6 +146,7 @@ defmodule MusicLibrary.MixProject do precommit: [ "shellcheck", "credo --strict", + "sobelow --compact --exit", "gettext.extract --check-up-to-date", "format --check-formatted", "deps.unlock --unused",