File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 source : ' .'
1313 exclude : ' ./third_party ./external'
1414 extensions : ' h,cpp,hpp'
15- clangFormatVersion : 20
15+ clangFormatVersion : 19
1616 inplace : True
1717 - uses : EndBug/add-and-commit@v4
1818 with :
Original file line number Diff line number Diff line change 1010 - develop
1111
1212env :
13- CLANG_TIDY_VERSION : " 20 .1.0 "
13+ CLANG_TIDY_VERSION : " 19 .1.1 "
1414 VERBOSE : 1
1515
1616
3434 - windows-latest
3535 compiler :
3636 # you can specify the version after `-` like "llvm-15.0.2".
37- - llvm-20 .1.0
37+ - llvm-19 .1.1
3838 - gcc-14
3939 generator :
4040 - " Ninja Multi-Config"
5959 gcov_executable : gcov
6060 enable_ipo : On
6161
62- - compiler : llvm-20 .1.0
62+ - compiler : llvm-19 .1.1
6363 enable_ipo : Off
6464 gcov_executable : " llvm-cov gcov"
6565
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ macro(myproject_enable_cppcheck WARNINGS_AS_ERRORS CPPCHECK_OPTIONS)
2828 # ignores code that cppcheck thinks is invalid C++
2929 --suppress=syntaxError
3030 --suppress=preprocessorErrorDirective
31+ # ignores static_assert type failures
32+ --suppress=knownConditionTrueFalse
3133 --inconclusive
3234 --suppress=${SUPPRESS_DIR} )
3335 else ()
You can’t perform that action at this time.
0 commit comments