Skip to content

Commit

Permalink
doc(readme): update CI readme to include HIS metrics checker
Browse files Browse the repository at this point in the history
Signed-off-by: Afonso Santos <[email protected]>
  • Loading branch information
AfonsoSantos96 authored and miguelafsilva5 committed Oct 23, 2023
1 parent 976a486 commit 448217b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 448217b

Please sign in to comment.