Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
N-R-K committed Sep 23, 2023
1 parent 6d6fc34 commit 4d5e29c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Checks: >
google-runtime-int,
fuchsia-restrict-system-includes,
-misc-unused-parameters,
-misc-include-cleaner,
-llvm-header-guard,
-clang-analyzer-valist.Uninitialized,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
Expand All @@ -24,6 +25,7 @@ Checks: >
-bugprone-easily-swappable-parameters,
-bugprone-narrowing-conversions,
-bugprone-reserved-identifier,
-bugprone-switch-missing-default-case,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*(?<!lookup3.c)$'
Expand Down

0 comments on commit 4d5e29c

Please sign in to comment.