Closed yutaro-sakamoto closed 3 weeks ago
This pull request includes changes to the .github/workflows/static-analysis.yml file, specifically commenting out certain static analysis checks. The most important changes are:
.github/workflows/static-analysis.yml
Static analysis workflow adjustments:
google-java-format
clang-format
cppcheck
cobj
This pull request includes changes to the
.github/workflows/static-analysis.yml
file, specifically commenting out certain static analysis checks. The most important changes are:Static analysis workflow adjustments:
google-java-format
andclang-format
. (.github/workflows/static-analysis.yml
, .github/workflows/static-analysis.ymlL34-R36)cppcheck
in thecobj
directory. (.github/workflows/static-analysis.yml
, .github/workflows/static-analysis.ymlL48-R51)