Skip to content

Commit

Permalink
feat: add support for Sonarcloud (#1677)
Browse files Browse the repository at this point in the history
* feat: add support for Sonarcloud

Fixed: #1676

* Format code

* Update colors and size

Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
Anselmoo and PKief committed Nov 5, 2022
1 parent 8b24b74 commit bd4dd10
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions icons/sonarcloud.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,14 @@ export const fileIcons: FileIcons = {
{ name: 'appveyor', fileNames: ['.appveyor.yml', 'appveyor.yml'] },
{ name: 'travis', fileNames: ['.travis.yml'] },
{ name: 'codecov', fileNames: ['.codecov.yml', 'codecov.yml'] },
{
name: 'sonarcloud',
fileNames: [
'sonar-project.properties',
'.sonarcloud.properties',
'sonarcloud.yaml',
],
},
{
name: 'protractor',
fileNames: [
Expand Down

0 comments on commit bd4dd10

Please sign in to comment.