]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-17374 Move Kubernetes analysis config to "Languages" tab
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Mon, 26 Sep 2022 14:42:05 +0000 (16:42 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 27 Sep 2022 20:03:17 +0000 (20:03 +0000)
server/sonar-web/src/main/js/apps/settings/constants.ts

index de0f66f52f80a626bfde0b5ce65c59aa98d0a80c..ad2699e47ad17a2156d5451754d56b9018b81ec3 100644 (file)
@@ -42,6 +42,7 @@ export const CATEGORY_OVERRIDES: Dict<string> = {
   'javascript / typescript': LANGUAGES_CATEGORY,
   json: LANGUAGES_CATEGORY,
   kotlin: LANGUAGES_CATEGORY,
+  kubernetes: LANGUAGES_CATEGORY,
   php: LANGUAGES_CATEGORY,
   'pl/i': LANGUAGES_CATEGORY,
   'pl/sql': LANGUAGES_CATEGORY,