kibana/sonar-project.properties
Jon 3f14fcad56
[sonarqube] update memory, cpu (#190547)
Fixes a misplaced comma, bumps the node memory to half of the container.

https://buildkite.com/elastic/kibana-sonarqube/builds/12
2024-09-09 16:16:30 -05:00

55 lines
1.2 KiB
INI

sonar.projectKey=elastic_kibana_AYvOkAHeQZlFqhqWIr9Y
sonar.projectName=Kibana
sonar.host.url=https://sonar.elastic.dev
sonar.sourceEncoding=UTF-8
sonar.sources=\
packages, \
src, \
x-pack/packages, \
x-pack/plugins
sonar.exclusions=\
**/*.mock.*, \
**/*.mocks.*, \
**/*.spec.*, \
**/*.stories.js, \
**/*.md, \
**/*.mdx, \
**/*.stories.ts, \
**/*.story.js, \
**/*.story.ts, \
**/*.test.*, \
**/*.test.mocks.*, \
**/.storybook/**/*, \
**/__fixtures__/**/*, \
**/__jest__/**/*, \
**/__mocks__/**/*, \
**/__snapshots__/**/*, \
**/__stories__/**/*, \
**/__tests__/**/*, \
**/cypress/**/*, \
**/dev_docs/**/*, \
**/docs/**/*, \
**/e2e/**/*, \
**/fixtures/**/*, \
**/ftr_e2e/**/*, \
**/integration_tests/**/*, \
**/jest*, \
**/manual_tests/**/*, \
**/mock_responses/**/*, \
**/mocks/**/*, \
**/node_modules/**/*, \
**/target/**/*, \
**/storybook/**/*, \
**/stubs.ts, \
**/test/**/*, \
**/test_data/**/*, \
**/test_mocks.ts, \
**/test_resources/**/*, \
**/test_helpers/**/*, \
**/tests/**/*, \
src/dev/**/*, \
x-pack/plugins/*/scripts/**/*, \
src/plugins/*/scripts/**/*, \
packages/*/scripts/**/*
sonar.coverage.exclusions=**
sonar.javascript.node.maxspace=16384