From 4855fec59bcda3a55f6612f0e8c0aed63102fee7 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 12 Mar 2026 21:19:14 +0000 Subject: [PATCH] Run sobelow during pre-commit hooks --- mix.exs | 1 + 1 file changed, 1 insertion(+) 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",