Run sobelow during pre-commit hooks

This commit is contained in:
Claudio Ortolina
2026-03-12 21:19:14 +00:00
parent 891f6e0849
commit 4855fec59b
+1
View File
@@ -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",