chore: execute dialyzer with short format
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
8328bbe9fb
commit
7c15e1fae6
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ credo: ## run credo
|
|||||||
|
|
||||||
.PHONY: dialyzer
|
.PHONY: dialyzer
|
||||||
dialyzer: ## run dialyzer
|
dialyzer: ## run dialyzer
|
||||||
@mix dialyzer --no-check --quiet --ignore-exit-status --format short
|
@mix dialyzer --format short
|
||||||
|
|
||||||
.PHONY: static_code_analysis
|
.PHONY: static_code_analysis
|
||||||
static_code_analysis: check_format credo dialyzer ## run static code analysis
|
static_code_analysis: check_format credo dialyzer ## run static code analysis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user