Skip to content

Commit 4480f10

Browse files
committed
lower the clang-tidy warning limits
1 parent 8d015b2 commit 4480f10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/clang-tidy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
matrix:
1818
include:
1919
- cmake_options: all-options-abiv1-preview
20-
warning_limit: 215
20+
warning_limit: 172
2121
- cmake_options: all-options-abiv2-preview
22-
warning_limit: 216
22+
warning_limit: 173
2323
steps:
2424
- name: Harden the runner (Audit all outbound calls)
2525
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1

0 commit comments

Comments
 (0)