Skip to content

Commit e0630c6

Browse files
guillaume-dequennesonartech
authored andcommitted
SONARPY-4010 Update rule metadata with Sonar agentic AI profile (#1036)
GitOrigin-RevId: 874a994c126e4a781d77d6423ea87b2092161cde
1 parent 04dc981 commit e0630c6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

python-checks/src/main/resources/org/sonar/l10n/py/rules/python/Sonar_agentic_AI_profile.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "Sonar agentic AI",
33
"ruleKeys": [
4+
"BackticksUsage",
5+
"ExecStatementUsage",
6+
"InequalityUsage",
7+
"PreIncrementDecrement",
8+
"PrintStatementUsage",
49
"S100",
510
"S101",
611
"S107",
@@ -72,6 +77,8 @@
7277
"S3699",
7378
"S3752",
7479
"S3776",
80+
"S3827",
81+
"S3862",
7582
"S3923",
7683
"S3981",
7784
"S3984",
@@ -117,6 +124,7 @@
117124
"S5719",
118125
"S5720",
119126
"S5722",
127+
"S5724",
120128
"S5727",
121129
"S5747",
122130
"S5754",
@@ -205,6 +213,7 @@
205213
"S6729",
206214
"S6730",
207215
"S6734",
216+
"S6735",
208217
"S6741",
209218
"S6742",
210219
"S6779",
@@ -217,6 +226,7 @@
217226
"S6796",
218227
"S6799",
219228
"S6882",
229+
"S6883",
220230
"S6887",
221231
"S6890",
222232
"S6894",
@@ -256,11 +266,13 @@
256266
"S7501",
257267
"S7502",
258268
"S7503",
269+
"S7504",
259270
"S7505",
260271
"S7506",
261272
"S7507",
262273
"S7508",
263274
"S7510",
275+
"S7511",
264276
"S7514",
265277
"S7515",
266278
"S7516",
@@ -285,6 +297,7 @@
285297
"S8389",
286298
"S8392",
287299
"S8396",
300+
"S8397",
288301
"S8400",
289302
"S8401",
290303
"S8405",

sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"PY"
55
],
6-
"latest-update": "2026-03-23T12:21:48.201596145Z",
6+
"latest-update": "2026-03-31T15:01:06.932657Z",
77
"options": {
88
"no-language-in-filenames": true,
99
"preserve-filenames": true

0 commit comments

Comments
 (0)