gitlab ci: add --check-bitmask-fields to tools/check_typed_item_calls.py call

This commit is contained in:
Martin Mathieson 2023-08-14 09:26:38 +01:00
parent 5ee5f6fb40
commit b5442a123f
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ Clang + Code Checks:
- ninja checkAPI
- ninja shellcheck
- cd ..
- ./tools/check_typed_item_calls.py --consecutive --label --mask --commits $NUM_COMMITS | tee item_calls_check.txt
- ./tools/check_typed_item_calls.py --consecutive --label --mask --check-bitmask-fields --commits $NUM_COMMITS | tee item_calls_check.txt
- ./tools/check_tfs.py --commits $NUM_COMMITS | tee tfs_check.txt
- ./tools/check_val_to_str.py --commits $NUM_COMMITS | tee val_to_str_check.txt
artifacts: