re-enable clang-format by default (#3030)

* re-enable clang-format by default

* fix clang format
This commit is contained in:
Illia Silin
2025-10-15 07:43:11 -07:00
committed by GitHub
parent bde5f26db3
commit 3348f01e6f
7 changed files with 126 additions and 124 deletions

1
Jenkinsfile vendored
View File

@@ -1190,7 +1190,6 @@ pipeline {
when {
beforeAgent true
expression { env.SHOULD_RUN_CI.toBoolean() }
expression { params.RUN_CPPCHECK.toBoolean() }
}
parallel{
stage('Clang Format and Cppcheck') {