Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlai95 committed Apr 10, 2024
1 parent a079a39 commit a839b4d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,15 @@
"type": "double",
"description": "The total size in bytes of customer project to perform security scan on"
},
{
"name": "codewhispererCodeScanScope",
"type": "string",
"description": "The scope of the security scan being performed",
"allowedValues": [
"FILE",
"PROJECT"
]
},
{
"name": "codewhispererCodeScanSrcPayloadBytes",
"type": "int",
Expand All @@ -440,15 +449,6 @@
"type": "int",
"description": "The number of security issues been detected"
},
{
"name": "codewhispererCodeScanScope",
"type": "string",
"description": "The scope of the security scan being performed",
"allowedValues": [
"FILE",
"PROJECT"
]
},
{
"name": "codewhispererCompletionType",
"type": "string",
Expand Down Expand Up @@ -3425,6 +3425,10 @@
"type": "codewhispererCodeScanProjectBytes",
"required": false
},
{
"type": "codewhispererCodeScanScope",
"required": false
},
{
"type": "codewhispererCodeScanSrcPayloadBytes"
},
Expand All @@ -3440,10 +3444,6 @@
{
"type": "contextTruncationDuration"
},
{
"type": "codewhispererCodeScanScope",
"required": false
},
{
"type": "credentialStartUrl",
"required": false
Expand Down Expand Up @@ -5628,4 +5628,4 @@
]
}
]
}
}

0 comments on commit a839b4d

Please sign in to comment.