Hi all,
I have a MR (!
1354), where pipelines fail due to a trailing whitespace in doc/introspected-doxygen.h
In particular I get the following error:
python3 utils/check-style-clang-format.py --no-formatting --no-tabs doc/introspected-doxygen.h
Detected trailing whitespace in the files (1):
doc/introspected-doxygen.h
Uploading artifacts for failed job
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1
When I execute:
utils/check-style-clang-format.py .
locally, I also see the error, but if I fix it, then I do not see the file in git status.
Any hint about how to fix it, it would be really appreciated.
BR,
Kat