[EGD-5689] Add clang tidy to jenkins Remove check form init scripts
1 files changed, 0 insertions(+), 5 deletions(-) M Jenkinsfile
M Jenkinsfile => Jenkinsfile +0 -5
@@ 75,11 75,6 @@ popd''' pushd ${WORKSPACE} ./config/style_check_hook.sh --last popd''' - echo "Clang Tidy check" - sh '''#!/bin/bash -e -pushd ${WORKSPACE} -./config/clang_check.sh -popd''' } } stage('Build') {