chore: execute dialyzer with short format
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
João Paulo Dubas 2024-09-26 00:32:44 +00:00
parent 8328bbe9fb
commit 7c15e1fae6
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -19,7 +19,7 @@ credo: ## run credo
.PHONY: dialyzer
dialyzer: ## run dialyzer
@mix dialyzer --no-check --quiet --ignore-exit-status --format short
@mix dialyzer --format short
.PHONY: static_code_analysis
static_code_analysis: check_format credo dialyzer ## run static code analysis