nvchecker: add cppcheck

This commit is contained in:
George Rawlinson 2022-01-18 02:14:30 +00:00
parent a9551a0158
commit 4adaa5e3ab
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 5 additions and 0 deletions

View File

@ -121,6 +121,11 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[cppcheck]
source = "github"
github = "danmar/cppcheck"
use_max_tag = true
[freeorion]
source = "github"
github = "freeorion/freeorion"