Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Sonar agentic AI",
"ruleKeys": [
"S2095",
"S2189",
"S2222",
"S2259",
"S2583",
"S2589",
"S2637",
"S2689",
"S2755",
"S3065",
"S3516",
"S3518",
"S3655",
"S3824",
"S3958",
"S3959",
"S4165",
"S4449",
"S6373",
"S6376",
"S6377"
]
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ruleKeys list here is identical to Sonar_way_profile.json (same 22 rules, same order). If this is intentional (e.g. the profile starts as a copy and diverges later), that should be documented. If it is not intentional, the rules need to be updated to reflect what "Sonar agentic AI" is actually meant to cover.

Also worth checking: S6374.json and S3546.json exist in the same resource directory but are absent from both profiles — confirm whether any of those should be included here.

  • Mark as noise

Loading