Run sobelow during pre-commit hooks
This commit is contained in:
@@ -146,6 +146,7 @@ defmodule MusicLibrary.MixProject do
|
|||||||
precommit: [
|
precommit: [
|
||||||
"shellcheck",
|
"shellcheck",
|
||||||
"credo --strict",
|
"credo --strict",
|
||||||
|
"sobelow --compact --exit",
|
||||||
"gettext.extract --check-up-to-date",
|
"gettext.extract --check-up-to-date",
|
||||||
"format --check-formatted",
|
"format --check-formatted",
|
||||||
"deps.unlock --unused",
|
"deps.unlock --unused",
|
||||||
|
|||||||
Reference in New Issue
Block a user