Merge pull request #4432 from flycash/sonar-check

Add sonar check action
This commit is contained in:
Ming Deng 2021-01-10 13:57:51 +08:00 committed by GitHub
commit f70a22ff9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# developing # developing
- Add sonar check. [4432](https://github.com/beego/beego/pull/4432)
- Update changlog.yml to check every PR to develop branch.[4427](https://github.com/beego/beego/pull/4427) - Update changlog.yml to check every PR to develop branch.[4427](https://github.com/beego/beego/pull/4427)
- Fix 4396: Add context.param module into adapter. [4398](https://github.com/beego/beego/pull/4398) - Fix 4396: Add context.param module into adapter. [4398](https://github.com/beego/beego/pull/4398)
- Remove `duration` from prometheus labels. [4391](https://github.com/beego/beego/pull/4391) - Remove `duration` from prometheus labels. [4391](https://github.com/beego/beego/pull/4391)

6
sonar-project.properties Normal file
View File

@ -0,0 +1,6 @@
sonar.organization=beego
sonar.projectKey=beego_beego
# relative paths to source directories. More details and properties are described
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
sonar.sources=.