[WIP] Implement growth assessment using WHO indicators #80

Draft
joao.dubas wants to merge 76 commits from jpd-feat-add-bmi-module-with-live-view into main
Showing only changes of commit 7c15e1fae6 - Show all commits

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