build: exclude further files
This commit is contained in:
@@ -5,5 +5,5 @@ sonar.tests = src/
|
||||
# Include test files in the test scope
|
||||
sonar.test.inclusions = src/**/*.test.ts
|
||||
|
||||
# Exclude test and stories files from the source scope
|
||||
sonar.exclusions = src/**/*.test.ts, src/**/*.stories.ts
|
||||
# Exclude test, stories, icon, lang, and generated files from the source scope
|
||||
sonar.exclusions = src/**/*.test.ts, src/**/*.stories.ts, src/packages/core/icon-registry/**, src/assets/**, src/external/backend-api/**
|
||||
|
||||
Reference in New Issue
Block a user