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 e358172 commit 694b031Copy full SHA for 694b031
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',
+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,
10
# sonar.test.inclusions=test/**/*.js
11
12
# Language
0 commit comments