Skip to content

Commit 4eec4c0

Browse files
committed
【fix】soanr
1 parent 5e54087 commit 4eec4c0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ src/common/thirdparty/ai/*
77
src/common/util/UGCWasmAll.js
88
src/maplibregl/overlay/L7/l7-render.js
99
src/mapboxgl/overlay/L7/l7-render.js
10-
L7/l7-render
1110
test

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sonar.projectVersion=11.2.0
66
# Comma-separated paths to directories with sources (required)
77
sonar.sources=src/
88
sonar.inclusions=src/**/*.js
9-
sonar.exclusions=src/**/index.js,src/classic/libs/**/*.js,src/classic/resource/**/*.js,src/classic/theme/**/*.js,src/**/namespace.js
9+
sonar.exclusions=src/**/index.js,src/classic/libs/**/*.js,src/classic/resource/**/*.js,src/classic/theme/**/*.js,src/**/namespace.js,'src/mapboxgl/overlay/L7/l7-render.js','src/maplibregl/overlay/L7/l7-render.js','src/common/util/UGCWasmAll.js',
1010
# sonar.test.inclusions=test/**/*.js
1111

1212
# Language

0 commit comments

Comments
 (0)