From 9cb9a54944e8ad9a42b3113286cb51bceae4b2d0 Mon Sep 17 00:00:00 2001 From: NRK Date: Fri, 2 Dec 2022 10:50:15 +0000 Subject: [ci]: make it easy to run analysis locally (#395) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit allows for developers to more easily run the analysis locally before opening a pull request if they wish. also disables a noisy warning (bugprone-assignment-in-if-condition) producing too many false positives. Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/395 Reviewed-by: Berke Kocaoğlu Co-authored-by: NRK Co-committed-by: NRK --- etc/woodpecker/clang-tidy-checks | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/woodpecker/clang-tidy-checks') diff --git a/etc/woodpecker/clang-tidy-checks b/etc/woodpecker/clang-tidy-checks index 9c016d2..c243f30 100644 --- a/etc/woodpecker/clang-tidy-checks +++ b/etc/woodpecker/clang-tidy-checks @@ -8,6 +8,7 @@ misc-*,android-cloexec-*,cert-*,llvm-include-order -bugprone-easily-swappable-parameters,-bugprone-narrowing-conversions,-bugprone-incorrect-roundings -bugprone-implicit-widening-of-multiplication-result,-bugprone-integer-division -android-cloexec-fopen,-android-cloexec-pipe,-cert-err33-c +-bugprone-assignment-in-if-condition # false positive warnings -clang-analyzer-valist.Uninitialized -- cgit v1.2.3-70-g09d2