Closed BarisYazici closed 2 years ago
Is this feature supported on Gitlab CI? If yest, any idea how to set the reference on Gitlab CI for the clang-tidy checks? In the wiki only the github usecases are given.
Ok figured out!
variables: CLANG_TIDY_BASE_REF: ${CI_COMMIT_REF_NAME}
Is this feature supported on Gitlab CI? If yest, any idea how to set the reference on Gitlab CI for the clang-tidy checks? In the wiki only the github usecases are given.