From f4e071c0c5d7f5b0f448b9e1e1979003506ac415 Mon Sep 17 00:00:00 2001 From: AfonsoSantos96 Date: Sun, 15 Oct 2023 12:28:35 +0100 Subject: [PATCH] doc(readme): update CI readme to include HIS metrics checker Signed-off-by: Afonso Santos --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de5a1c5..edc9b1b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ The following checks are provided: - tidy and cppcheck: C static analysis - misra: MISRA C checking - asmfmt: assembly formatting +- his-check: HIS code metrics checker ## Setting up CI in a repository @@ -98,7 +99,7 @@ repo, except rules related to the commits themselves such as gitlint. For example, for a repo composed of a mix of C an Python sources: ``` -ci: license pylint format-check tidy cppcheck misra +ci: license pylint format-check tidy cppcheck misra his-check ``` ## Using the Docker Container