Skip to content
Snippets Groups Projects
Commit e5e87899 authored by Soeren Peters's avatar Soeren Peters
Browse files

Check src/ folder and ignore all current warnings!

parent 2591e709
No related branches found
No related tags found
No related merge requests found
...@@ -206,6 +206,8 @@ deploy_cppcheck_to_elladan: ...@@ -206,6 +206,8 @@ deploy_cppcheck_to_elladan:
- ansible-playbook -i ansible/hosts.cfg -u public_pages ansible/playbook_cppcheck.yml - ansible-playbook -i ansible/hosts.cfg -u public_pages ansible/playbook_cppcheck.yml
# lizard - Cyclomatic Complexity Analyzer
# Ignore warnings is manually set to 191. This job will fail when new warnings are added.
lizard: lizard:
stage: test stage: test
...@@ -221,7 +223,7 @@ lizard: ...@@ -221,7 +223,7 @@ lizard:
script: script:
- cd $CI_PROJECT_DIR - cd $CI_PROJECT_DIR
- lizard -l cpp src/cpu/VirtualFluids.h> lizard.txt - lizard -l cpp src/ > lizard.txt --ignore_warnings 191
artifacts: artifacts:
paths: paths:
......
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