]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-22468 Add Dart to Languages category (#11329)
authorMarharyta <margarita.nedzelska@gmail.com>
Wed, 10 Jul 2024 08:27:15 +0000 (10:27 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 10 Jul 2024 20:02:38 +0000 (20:02 +0000)
server/sonar-web/src/main/js/apps/settings/constants.ts

index 2c39599ef351261b59b65829571ada6ab14ab05b..3b413065239d34361bffdf8866725435e89cdf27 100644 (file)
@@ -35,6 +35,7 @@ export const CATEGORY_OVERRIDES: Dict<string> = {
   cloudformation: LANGUAGES_CATEGORY,
   cobol: LANGUAGES_CATEGORY,
   css: LANGUAGES_CATEGORY,
+  dart: LANGUAGES_CATEGORY,
   docker: LANGUAGES_CATEGORY,
   flex: LANGUAGES_CATEGORY,
   go: LANGUAGES_CATEGORY,