RULEAPI-833 Add a new langage identifier for Rust (#4675)
This commit is contained in:
parent
ba18ae7f08
commit
ea1ac05c78
@ -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',
|
||||
|
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user