Skip to content

Commit

Permalink
Merge pull request #128 from EOSC-synergy/release/2.1.0
Browse files Browse the repository at this point in the history
Release/2.1.0
  • Loading branch information
orviz authored Oct 10, 2024
2 parents 5d6a2f7 + b5ab3a0 commit e3698c8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tooling.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,31 @@
}
}
},
"C++": {
"oclint": {
"version": "20.11",
"docs": "https://oclint.org/",
"docker": {
"image": "drakorgaur/oclint:3077181575",
"reviewed": "2024-03-18"
},
"args": [
{
"type": "positional", "description": "File/s to lint", "value": "", "selectable": false, "repeatable": true, "explicit_paths": true
},
{
"type": "positional", "description": "Compiler flags", "value": "-- -c", "selectable": false, "repeatable": true
}
],
"reporting": {
"validator": "jenkins_exit_status",
"subcriterion": "QC.Sty01",
"lang_name": "C++",
"tool_name": "oclint",
"requirement_level": "REQUIRED"
}
}
},
"Dockerfile": {
"hadolint": {
"version": "v2.8.0-0-g398770f-dirty",
Expand Down Expand Up @@ -827,6 +852,7 @@
"docs": "https://indigo-dc.github.io/sqa-baseline/#code-style-qc.sty"
},
"tools": {
"C++": ["oclint"],
"Dockerfile": ["hadolint"],
"JSON": ["jsonlint"],
"Python": ["tox", "flake8", "pycodestyle"],
Expand Down

0 comments on commit e3698c8

Please sign in to comment.