Merge branch 'main' into v14/chore/bundle-tiny-mce
This commit is contained in:
@@ -27,5 +27,9 @@
|
||||
"exportall.config.folderListener": [],
|
||||
"exportall.config.relExclusion": [],
|
||||
"conventionalCommits.scopes": ["partial views"],
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"sonarlint.connectedMode.project": {
|
||||
"connectionId": "umbraco",
|
||||
"projectKey": "umbraco_Umbraco.CMS.Backoffice"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
# Define the project key
|
||||
sonar.projectKey = umbraco_Umbraco.CMS.Backoffice
|
||||
|
||||
# Define the project version
|
||||
sonar.projectVersion = 14.2.0
|
||||
|
||||
# Define the same root directory for sources and tests
|
||||
sonar.sources = src/
|
||||
sonar.tests = src/
|
||||
|
||||
Reference in New Issue
Block a user