Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOPSYS
gitlab-ci-pipeline
Merge requests
!17
CI for publish image in our registry for tags and devel-branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI for publish image in our registry for tags and devel-branch
Feature9341
into
devel
Overview
0
Commits
9
Pipelines
0
Changes
1
Merged
Natalia Miakushina
requested to merge
Feature9341
into
devel
2 years ago
Overview
0
Commits
9
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d7b0b486
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d7b0b486
image for code-analysis has been vendored
· d7b0b486
Natalia Miakushina
authored
2 years ago
static-code-analysis.yml
+
1
−
1
Options
@@ -3,7 +3,7 @@ variables:
RUN_CPPCHECK
:
"
cppcheck
--enable=all
--error-exitcode=1
--suppress=unusedFunction
--suppress=unreadVariable
--suppress=unmatchedSuppression
."
RUN_CPD
:
"
/home/user/pmd-bin-6.19.0/bin/run.sh
cpd
--minimum-tokens
200
--language
c
--exclude
./test/cmocka
--files"
SOURCE_FOLDER
:
"
src"
COMMON_IMAGE
:
"
iopsys/code-analysis:0.27"
COMMON_IMAGE
:
"
dev.
iopsys
.eu:5050/iopsys/gitlab-ci-pipeline
/code-analysis:0.27"
DEBUG
:
"
FALSE"
run_static_code_analysis
:
Loading