1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

Fix pipeline (#3862)

This commit is contained in:
Niels Lohmann
2022-12-04 14:03:54 +01:00
committed by GitHub
parent a3e6e26dc8
commit 24ba54e687
4 changed files with 31 additions and 16 deletions

View File

@ -7,6 +7,7 @@ Checks: '*,
-cert-err58-cpp,
-concurrency-mt-unsafe,
-cppcoreguidelines-avoid-const-or-ref-data-members,
-cppcoreguidelines-avoid-do-while,
-cppcoreguidelines-avoid-goto,
-cppcoreguidelines-avoid-magic-numbers,
-cppcoreguidelines-avoid-non-const-global-variables,