Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd2b8e3

Browse files
committed
ci: sonarcloud + dependabot config fixes
1 parenta3b2637 commitfd2b8e3

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

‎.github/dependabot.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
version:2
44
updates:
55
-package-ecosystem:"maven"
6-
directory:"/server"
6+
directory:"/server/api-service"
7+
schedule:
8+
interval:"weekly"
9+
-package-ecosystem:"yarn"
10+
directory:"/server/node-service"
711
schedule:
812
interval:"weekly"
913
-package-ecosystem:"yarn"

‎sonar-project.properties‎

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
sonar.projectKey=Lowcoder-Community_openblocks
22
sonar.organization=lowcoder-community
3-
4-
# This is the name and version displayed in the SonarCloud UI.
5-
#sonar.projectName=openblocks
6-
#sonar.projectVersion=1.0
7-
8-
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9-
#sonar.sources=.
10-
11-
# Encoding of the source code. Default is default system encoding
12-
#sonar.sourceEncoding=UTF-8
3+
sonar.java.binaries=server/api-service/openblocks-domain/target,server/api-service/openblocks-infra/target,server/api-service/openblocks-sdk/target,server/api-service/openblocks-server/target,server/api-service/openblocks-plugins/clickHousePlugin/target,server/api-service/openblocks-plugins/elasticSearchPlugin/target,server/api-service/openblocks-plugins/googleSheetsPlugin/target,server/api-service/openblocks-plugins/graphqlPlugin/target,server/api-service/openblocks-plugins/mongoPlugin/target,server/api-service/openblocks-plugins/mssqlPlugin/target,server/api-service/openblocks-plugins/mysqlPlugin/target,server/api-service/openblocks-plugins/openblocksApiPlugin/target,server/api-service/openblocks-plugins/oraclePlugin/target,server/api-service/openblocks-plugins/postgresPlugin/target,server/api-service/openblocks-plugins/redisPlugin/target,server/api-service/openblocks-plugins/restApiPlugin/target,server/api-service/openblocks-plugins/smtpPlugin/target,server/api-service/openblocks-plugins/snowflakePlugin/target,server/api-service/openblocks-plugins/sqlBasedPlugin/target

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp