mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[sonar scan] Scan public directories (#190350)
legrego helpfully pointed out that these files should be scanned - they include client side code. The replaces the exclusion of `public` with `target`, the compiled version of this source.
This commit is contained in:
parent
aae7a3b058
commit
6ca1df0115
1 changed files with 5 additions and 3 deletions
|
@ -38,8 +38,7 @@ sonar.exclusions=\
|
|||
**/mock_responses/**/*, \
|
||||
**/mocks/**/*, \
|
||||
**/node_modules/**/*, \
|
||||
**/public/**/*, \
|
||||
**/scripts/**/*, \
|
||||
**/target/**/*, \
|
||||
**/storybook/**/*, \
|
||||
**/stubs.ts, \
|
||||
**/test/**/*, \
|
||||
|
@ -47,6 +46,9 @@ sonar.exclusions=\
|
|||
**/test_mocks.ts, \
|
||||
**/test_resources/**/*, \
|
||||
**/tests/**/*, \
|
||||
src/dev/**/*
|
||||
src/dev/**/*, \
|
||||
x-pack/plugins/*/scripts/**/*, \
|
||||
src/plugins/*/scripts/**/*, \
|
||||
packages/*/scripts/**/*,
|
||||
|
||||
sonar.javascript.node.maxspace=8192
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue