RULEAPI-833 Add a new langage identifier for Rust (#4675)

This commit is contained in:
Yassin Kammoun 2025-02-20 11:45:47 +01:00 committed by GitHub
parent ba18ae7f08
commit ea1ac05c78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -162,6 +162,7 @@ const languageToJiraProject = new Map(Object.entries({
'RPG': 'SONARRPG',
'APEX': 'SONARAPEX',
'RUBY': 'SONARRUBY',
'RUST': 'SKUNK',
'KOTLIN': 'SONARKT',
'SCALA': 'SONARSCALA',
'GO': 'SONARGO',
@ -191,6 +192,7 @@ const languageToGithubProject = new Map(Object.entries({
'GO': 'sonar-go',
'SCALA': 'sonar-scala',
'RUBY': 'sonar-ruby',
'RUST': 'sonar-rust',
'APEX': 'sonar-apex',
'HTML': 'sonar-html',
'COBOL': 'sonar-cobol',

View File

@ -27,6 +27,7 @@ const languageToSonarpedia = new Map<string, string[]>(Object.entries({
'plsql': ['PLSQL'],
'python': ['PY'],
'rpg': ['RPG'],
'rust': ['RUST'],
'secrets': ['SECRETS'],
'swift': ['SWIFT'],
'tsql': ['TSQL'],