We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c65674 commit 6b0b306Copy full SHA for 6b0b306
sonar-project.properties
@@ -6,7 +6,7 @@ sonar.projectVersion=12.1.0
6
# Comma-separated paths to directories with sources (required)
7
sonar.sources=src/
8
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,src/mapboxgl/overlay/L7/l7-render.js,src/maplibregl/overlay/L7/l7-render.js,src/common/util/UGCWasmAll.js,src/common/style/CartoCSS.js,src/leaflet/overlay/carto/*.js,src/leaflet/overlay/TiledVectorLayer.js,src/leaflet/overlay/vectortile/*.js,src/leaflet/mapping/WebMap.js
+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,src/common/style/CartoCSS.js,src/leaflet/overlay/carto/*.js,src/leaflet/overlay/TiledVectorLayer.js,src/leaflet/overlay/vectortile/*.js,src/leaflet/mapping/WebMap.js,src/common/thirdparty/ai/*.js
10
# sonar.test.inclusions=test/**/*.js
11
12
# Language
0 commit comments