Skip to content

Commit c7a24db

Browse files
author
AWS
committed
Amazon CodeGuru Reviewer Update: Added support for CodeInconsistencies detectors
1 parent 021f8e7 commit c7a24db

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon CodeGuru Reviewer",
4+
"contributor": "",
5+
"description": "Added support for CodeInconsistencies detectors"
6+
}

services/codegurureviewer/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,8 @@
11521152
"PythonBestPractices",
11531153
"JavaBestPractices",
11541154
"ResourceLeaks",
1155-
"SecurityIssues"
1155+
"SecurityIssues",
1156+
"CodeInconsistencies"
11561157
]
11571158
},
11581159
"RecommendationFeedback":{

0 commit comments

Comments
 (0)