diff --git a/sonar-java-plugin/src/main/java/org/sonar/plugins/java/JavaAgenticAIProfile.java b/sonar-java-plugin/src/main/java/org/sonar/plugins/java/JavaAgenticAIProfile.java index 1831bc0b68d..240a1621047 100644 --- a/sonar-java-plugin/src/main/java/org/sonar/plugins/java/JavaAgenticAIProfile.java +++ b/sonar-java-plugin/src/main/java/org/sonar/plugins/java/JavaAgenticAIProfile.java @@ -39,7 +39,7 @@ String getProfileName() { @Override String getPathToJsonProfile() { - return "/org/sonar/l10n/java/rules/java/Sonar_agentic_ai_profile.json"; + return "/org/sonar/l10n/java/rules/java/Sonar_agentic_AI_profile.json"; } @Override diff --git a/sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/Sonar_agentic_ai_profile.json b/sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/Sonar_agentic_AI_profile.json similarity index 99% rename from sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/Sonar_agentic_ai_profile.json rename to sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/Sonar_agentic_AI_profile.json index 8938ea8aad5..c60eaa9f57b 100644 --- a/sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/Sonar_agentic_ai_profile.json +++ b/sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/Sonar_agentic_AI_profile.json @@ -1,5 +1,5 @@ { - "name": "Sonar Agentic AI", + "name": "Sonar agentic AI", "ruleKeys": [ "S106", "S107", @@ -469,4 +469,4 @@ "S8465", "S8469" ] -} \ No newline at end of file +}