Skip to content
Snippets Groups Projects
Commit 73dcd1f0 authored by RoccoA97's avatar RoccoA97
Browse files

Removing formatting check temporarly

parent 216c3ef6
No related branches found
No related tags found
1 merge request!98Reduce wait time for writing the EoR file
Pipeline #7085938 failed
image: gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scdaq-builder:2.0.3
check_formatting:
stage: check
image: gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scouting-devtools:1.2.0
script:
- find src/ -iname '*.h' -o -iname '*.cc' | xargs clang-format --style=file --dry-run -Werror || (printf "Please reformat your code using the command\ngit clang-format\n\nafter staging your files with \`git add\` or\n\nclang-format -i [your files]\n" && exit 1)
# check_formatting:
# stage: check
# image: gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scouting-devtools:1.2.0
# script:
# - find src/ -iname '*.h' -o -iname '*.cc' | xargs clang-format --style=file --dry-run -Werror || (printf "Please reformat your code using the command\ngit clang-format\n\nafter staging your files with \`git add\` or\n\nclang-format -i [your files]\n" && exit 1)
code_quality-cppcheck:
stage: check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment