Skip to content
Snippets Groups Projects
Commit 9bc6835b authored by Giovanna Lazzari Miotto's avatar Giovanna Lazzari Miotto :mushroom:
Browse files

tidy: Add own statick configuration to project

Before, statick relied on a template configuration stored in the image,
provided by scouting-demonstrator/scouting-docker-images
parent edfb4266
No related branches found
No related tags found
1 merge request!109Introduce pipeline synchronization, output template and parallel sink
Pipeline #11079132 passed
......@@ -17,7 +17,7 @@ check:quality_cppcheck:
stage: check
image: gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scouting-devtools:1.2.2
script:
- cppcheck --xml --enable=all --suppress=missingIncludeSystem --inline-suppr --check-level=exhaustive --std=c++14 ./src 2> cppcheck_out.xml
- cppcheck --xml --enable=all --suppress=missingIncludeSystem --inline-suppr --check-level=exhaustive --std=c++17 ./src 2> cppcheck_out.xml
- cppcheck-codequality --input-file cppcheck_out.xml --output-file cppcheck.json
artifacts:
reports:
......@@ -27,7 +27,7 @@ check:quality_lizard:
stage: check
image: gitlab-registry.cern.ch/scouting-demonstrator/scouting-docker-images/scouting-devtools:1.2.2
script:
- statick --config=/tmp/statick.yaml --level=gitlab src/
- statick --config=/builds/scouting-demonstrator/scdaq/statick.yaml --log=DEBUG --level=gitlab src/
- sed -i 's#/builds/scouting-demonstrator/scdaq/##g' src-gitlab.code-climate.json
artifacts:
reports:
......
levels:
gitlab:
reporting:
code_climate:
gitlab: "True"
files: "True"
tool:
lizard:
flags: "--verbose"
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