P0-1: 删除 docker-compose-override.yml + deploy-server 两份 workers=2→1(预防性修复,服务器根 compose 已是 workers=1)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
sonar.projectKey=fabricjs_fabric.js
|
||||
sonar.organization=fabricjs
|
||||
|
||||
|
||||
# This is the name and version displayed in the SonarCloud UI.
|
||||
#sonar.projectName=fabric.js
|
||||
#sonar.projectVersion=1.0
|
||||
|
||||
|
||||
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
||||
sonar.sources=src,extensions,fabric.ts,index.node.ts,index.ts
|
||||
sonar.exclusions=dist-extensions/**/*,dist/**/*,**/*.spec.ts,e2e/**/*,.codesandbox/**/*
|
||||
sonar.test.inclusions=**/*.spec.*,**/*.test.*
|
||||
sonar.tests=src,extensions
|
||||
|
||||
# Encoding of the source code. Default is default system encoding
|
||||
sonar.sourceEncoding=UTF-8
|
||||
sonar.language=ts
|
||||
sonar.projectBaseDir=.
|
||||
|
||||
# Encoding of the source code. Default is default system encoding
|
||||
#sonar.sourceEncoding=UTF-8
|
||||
sonar.javascript.lcov.reportPaths=./.nyc_output/lcov.info
|
||||
Reference in New Issue
Block a user