Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions sonar-java-plugin/src/main/build/ProfileJsonGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public class ProfileJsonGenerator {
private static final String PROFILES_RELATIVE_PATH = "src/main/resources/profiles";

private static final Map<String, String> PROFILES = Map.of(
"sonar_way", "Sonar way",
"sonar_agentic_ai", "Sonar agentic AI"
"Sonar_way", "Sonar way",
"Sonar_agentic_AI", "Sonar agentic AI"
);

public static void main(String[] args) throws IOException {
Expand Down
Loading
Loading