Add analyze mix alias to run the same credo checks we use in CI
This commit is contained in:
parent
e3953923ac
commit
697e3db01c
3
mix.exs
3
mix.exs
|
@ -214,7 +214,8 @@ defp aliases do
|
|||
"ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"],
|
||||
"ecto.reset": ["ecto.drop", "ecto.setup"],
|
||||
test: ["ecto.create --quiet", "ecto.migrate", "test"],
|
||||
docs: ["pleroma.docs", "docs"]
|
||||
docs: ["pleroma.docs", "docs"],
|
||||
analyze: ["credo --strict --only=warnings,todo,fixme,consistency,readability"]
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue