gecko-dev/tools/infer/config.yaml
shindli 0c0c6fddd8 Backed out changeset aae4f349fa58 (bug 1479503) per developer's request on IRC a=backout
--HG--
rename : taskcluster/docker/static-analysis-build/Dockerfile => taskcluster/docker/infer-build/Dockerfile
2018-09-14 16:35:23 +03:00

24 lines
601 B
YAML

---
target: obj-x86_64-pc-linux-gnu
# It is used by 'mach static-analysis' and 'mozreview static-analysis bot'
# in order to have consistency across the used checkers.
platforms:
- linux64
infer_checkers:
- name: check-nullable
publish: !!bool yes
- name: eradicate
publish: !!bool no
- name: quandary
publish: !!bool yes
- name: starvation
publish: !!bool yes
- name: litho
publish: !!bool yes
- name: racerd
publish: !!bool yes
- name: liveness
publish: !!bool yes
# Third party files from mozilla-central
third_party: tools/rewriting/ThirdPartyPaths.txt