Skip to content
Snippets Groups Projects
Commit 928b930c authored by Sören Peters's avatar Sören Peters
Browse files

Merge branch 'feature/lizard' into 'develop'

reduce lizard warning limit

See merge request irmb/VirtualFluids_dev!292
parents 4f8406d2 39eea4f5
No related branches found
No related tags found
1 merge request!292reduce lizard warning limit
......@@ -458,7 +458,7 @@ cppcheck:
###############################################################################
# lizard - Cyclomatic Complexity Analyzer
# Ignore warnings is manually set to 191. This job will fail when new warnings are added.
# Ignore warnings is manually set to 185. This job will fail when new warnings are added.
lizard:
extends: .analyze_template
......@@ -467,7 +467,7 @@ lizard:
script:
- cd $CI_PROJECT_DIR
- lizard -l cpp src/ > lizard.txt --warnings_only --ignore_warnings 400
- lizard -l cpp src/ > lizard.txt --warnings_only --ignore_warnings 185
artifacts:
expire_in: 1 week
......
This diff is collapsed.
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