Merge pull request #4432 from flycash/sonar-check
Add sonar check action
This commit is contained in:
commit
f70a22ff9e
@ -1,4 +1,5 @@
|
||||
# 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)
|
||||
- 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)
|
||||
|
||||
6
sonar-project.properties
Normal file
6
sonar-project.properties
Normal 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=.
|
||||
Loading…
x
Reference in New Issue
Block a user