Skip to content

Commit

Permalink
Fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
laileni-aws committed Nov 15, 2024
1 parent 797fb4a commit 8cdfd45
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"name": "acceptedLinesCount",
"type": "int",
"description": "The number of accepted suggestions"
"description": "The number of accepted lines of code"
},
{
"name": "action",
Expand Down Expand Up @@ -1324,6 +1324,11 @@
"type": "int",
"description": "The number of generated cases"
},
{
"name": "generatedLinesCount",
"type": "int",
"description": "The number of generated lines of code"
},
{
"name": "generateFailure",
"type": "string",
Expand Down

0 comments on commit 8cdfd45

Please sign in to comment.