aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/sonar-web/src/main/js/apps/settings/components/CategoryOverrides.ts2
-rw-r--r--sonar-application/bundled_plugins.gradle1
2 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/settings/components/CategoryOverrides.ts b/server/sonar-web/src/main/js/apps/settings/components/CategoryOverrides.ts
index 9c84c555bf9..95d249719cb 100644
--- a/server/sonar-web/src/main/js/apps/settings/components/CategoryOverrides.ts
+++ b/server/sonar-web/src/main/js/apps/settings/components/CategoryOverrides.ts
@@ -24,6 +24,7 @@ const CATEGORY_OVERRIDES: T.Dict<string> = {
apex: LANGUAGES_CATEGORY,
'c / c++ / objective-c': LANGUAGES_CATEGORY,
'c#': LANGUAGES_CATEGORY,
+ cloudformation: LANGUAGES_CATEGORY,
cobol: LANGUAGES_CATEGORY,
css: LANGUAGES_CATEGORY,
flex: LANGUAGES_CATEGORY,
@@ -43,6 +44,7 @@ const CATEGORY_OVERRIDES: T.Dict<string> = {
scala: LANGUAGES_CATEGORY,
swift: LANGUAGES_CATEGORY,
't-sql': LANGUAGES_CATEGORY,
+ terraform: LANGUAGES_CATEGORY,
typescript: LANGUAGES_CATEGORY,
'vb.net': LANGUAGES_CATEGORY,
'visual basic': LANGUAGES_CATEGORY,
diff --git a/sonar-application/bundled_plugins.gradle b/sonar-application/bundled_plugins.gradle
index 9146e17de45..aae7fdc5e97 100644
--- a/sonar-application/bundled_plugins.gradle
+++ b/sonar-application/bundled_plugins.gradle
@@ -14,4 +14,5 @@ dependencies {
bundledPlugin "org.sonarsource.slang:sonar-scala-plugin@jar"
bundledPlugin 'org.sonarsource.xml:sonar-xml-plugin@jar'
bundledPlugin 'org.sonarsource.config:sonar-config-plugin@jar'
+ bundledPlugin 'org.sonarsource.iac:sonar-iac-plugin@jar'
}