File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ # =====================================================
2
+ # SonarCloud
3
+ # https://docs.sonarsource.com/sonarcloud/advanced-setup/ci-based-analysis/github-actions-for-sonarcloud/
4
+ # =====================================================
5
+ sonar.projectKey =gitify-app_gitify
6
+ sonar.organization =gitify-app
7
+ sonar.projectVersion =v6.0.0
8
+
9
+
10
+ # =====================================================
11
+ # Project Metadata
12
+ # https://docs.sonarsource.com/sonarcloud/advanced-setup/ci-based-analysis/sonarscanner-for-npm/configuring/
13
+ # =====================================================
14
+ sonar.links.homepage =https://gitify.io
15
+ sonar.links.ci =https://github.com/gitify-app/gitify/actions
16
+ sonar.links.scm =https://github.com/gitify-app/gitify
17
+ sonar.links.issue =https://github.com/gitify-app/gitify/issues
You can’t perform that action at this time.
0 commit comments