mirror of
https://github.com/nlohmann/json.git
synced 2026-05-18 20:25:33 +00:00
Merge branch 'develop' of https://github.com/nlohmann/json into doctest
This commit is contained in:
@@ -440,7 +440,7 @@ fuzzing-stop:
|
||||
|
||||
# call cppcheck on the main header file
|
||||
cppcheck:
|
||||
cppcheck --enable=warning --inconclusive --force --std=c++11 $(SRCS) --error-exitcode=1
|
||||
cppcheck --enable=warning --inline-suppr --inconclusive --force --std=c++11 $(SRCS) --error-exitcode=1
|
||||
|
||||
# compile and check with Clang Static Analyzer
|
||||
clang_analyze:
|
||||
|
||||
Reference in New Issue
Block a user