Skip to content

Commit

Permalink
disable default code scanning for cpp repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Neidhart authored and eclipse-uprotocol-bot committed Jun 20, 2024
1 parent 03defca commit cff321e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ orgs.newOrg('eclipse-uprotocol') {
orgs.newRepo('up-cpp') {
allow_merge_commit: true,
allow_update_branch: false,
code_scanning_default_languages: [
"c-cpp"
],
code_scanning_default_setup_enabled: true,
delete_branch_on_merge: false,
description: "uProtocol Language Specific Library for C++",
topics+: [
Expand Down Expand Up @@ -399,10 +395,6 @@ orgs.newOrg('eclipse-uprotocol') {
orgs.newRepo('up-transport-vsomeip-cpp') {
allow_merge_commit: true,
allow_update_branch: false,
code_scanning_default_languages: [
"c-cpp"
],
code_scanning_default_setup_enabled: true,
description: "C++ uPClient for vsomeip (SOME/IP)",
topics+: [
"cpp",
Expand Down Expand Up @@ -437,10 +429,6 @@ orgs.newOrg('eclipse-uprotocol') {
orgs.newRepo('up-transport-zenoh-cpp') {
allow_merge_commit: true,
allow_update_branch: false,
code_scanning_default_languages: [
"c-cpp"
],
code_scanning_default_setup_enabled: true,
description: "C++ client library to connect to the zenoh implementation of uProtocol",
topics+: [
"cpp",
Expand Down Expand Up @@ -498,10 +486,6 @@ orgs.newOrg('eclipse-uprotocol') {
orgs.newRepo('up-zenoh-example-cpp') {
allow_merge_commit: true,
allow_update_branch: false,
code_scanning_default_languages: [
"c-cpp"
],
code_scanning_default_setup_enabled: true,
description: "C++ Example application and service that utilizes up-transport-zenoh-cpp",
topics+: [
"cpp",
Expand Down

0 comments on commit cff321e

Please sign in to comment.