diff --git a/Makefile b/Makefile index 247d6f9..2ebda1a 100644 --- a/Makefile +++ b/Makefile @@ -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