blob: 73239527298e84ee6fe5c945c24610ddbb05c6f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
# To see all config options, visit:
# https://documentation.blackduck.com/bundle/coverity-docs/page/cli/topics/options_reference.html
version: 1
capture:
languages:
include:
- c-family
build:
build-command: make -j$(nproc)
clean-command: make clean
analyze:
# Uncomment this line if you run locally and created a modelling db
# model-file: coverity/user_models.xmldb
checkers:
c-family-security: true
concurrency: false
rule: true
|