Skip to content

Commit 3a38b23

Browse files
committed
sonar忽略index.js入口文件
1 parent 889b89d commit 3a38b23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sonar-project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Required metadata
22
sonar.projectKey=com.supermap:iClient9
33
sonar.projectName=iClient9
4-
sonar.projectVersion=9.0.0
4+
sonar.projectVersion=9.0.1
55

66
# Comma-separated paths to directories with sources (required)
77
sonar.sources=src/
88
sonar.inclusions=src/**/*.js
9+
sonar.exclusions=src/**/index.js
910
# sonar.test.inclusions=test/**/*.js
1011

1112
# Language

0 commit comments

Comments
 (0)