Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed Feb 12, 2024
1 parent 88af997 commit 6b48d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/pipeline/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ clang-tidy:
script:
# run clang-tidy on the modified files only
- git fetch --depth 1 origin $CI_MERGE_REQUEST_DIFF_BASE_SHA
- clang-tidy --help
- git diff-tree --name-only -r $CI_MERGE_REQUEST_DIFF_BASE_SHA $CI_COMMIT_SHA | clang-tidy --use-color --config-file=.clang-tidy --export-fixes=errors.yml
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
Expand Down

0 comments on commit 6b48d94

Please sign in to comment.