]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
CI: tweak scan-build configuration
authorPetr Špaček <petr.spacek@nic.cz>
Thu, 18 Jan 2018 09:43:54 +0000 (10:43 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 18 Jan 2018 11:15:58 +0000 (12:15 +0100)
commit023c399c2dfea9e405f108bf71261037ad2c5d3b
treee4add41977c4852c9bb44150aebf62f8f3dbe042
parent367318144f369c2cf3f32a68e2361234909276b6
CI: tweak scan-build configuration

Clang right now does not support cleanup attribute which is causing
false positives, so the check is now disabled.
https://bugs.llvm.org/show_bug.cgi?id=3888

At the same time I've enabled all other checkers to see what happens. We
need to go though them and disable them one-by-one if necessary.
.gitlab-ci.yml
tests/clang_scan_build.sh [new file with mode: 0755]