nvchecker: add cppcheck
This commit is contained in:
parent
a9551a0158
commit
4adaa5e3ab
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue