Skip to content

Commit

Permalink
[NO-JIRA] Fix rule coverage for Text and Secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-wielage-sonarsource committed Dec 4, 2024
1 parent 485be38 commit a3fd8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/RulePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const languageToJiraProject = new Map(Object.entries({
'KOTLIN': 'SONARKT',
'SCALA': 'SONARSCALA',
'GO': 'SONARGO',
'SECRETS': 'SECRETS',
'SECRETS': 'SONARTEXT',
'SWIFT': 'SONARSWIFT',
'TSQL': 'SONARTSQL',
'VB6': 'SONARVBSIX',
Expand Down Expand Up @@ -210,7 +210,7 @@ const languageToGithubProject = new Map(Object.entries({
'CLOUDFORMATION': 'sonar-iac',
'TERRAFORM': 'sonar-iac',
'KUBERNETES': 'sonar-iac',
'SECRETS': 'sonar-secrets',
'SECRETS': 'sonar-text',
'TEXT': 'sonar-text',
'ANSIBLE': 'sonar-iac-enterprise',
}));
Expand Down
3 changes: 1 addition & 2 deletions rspec-tools/rspec_tools/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@
'sonar-rpg',
'sonar-ruby',
'sonar-scala',
'sonar-secrets',
'sonar-security',
'sonar-swift',
'sonar-text',
'sonar-text-enterprise',
'sonar-tsql',
'sonar-vb',
'sonar-xml'
Expand Down

0 comments on commit a3fd8aa

Please sign in to comment.