mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
Adds a pipeline for a daily SonarQube scan. https://buildkite.com/elastic/kibana-bot-sonarqube/builds/7#018ca703-4b56-4a56-b6ce-ae6630cd81e3 (ignore the pipeline name/slug, that was a copy paste error. I'll fix it after)
52 lines
1.1 KiB
INI
52 lines
1.1 KiB
INI
sonar.projectKey=elastic_kibana_AYvOkAHeQZlFqhqWIr9Y
|
|
sonar.projectName=Kibana
|
|
sonar.host.url=https://sonar.elastic.dev
|
|
|
|
sonar.sources=\
|
|
packages, \
|
|
plugins, \
|
|
src, \
|
|
x-pack/packages, \
|
|
x-pack/plugins
|
|
sonar.exclusions=\
|
|
**/*.mock.*, \
|
|
**/*.mocks.*, \
|
|
**/*.spec.*, \
|
|
**/*.stories.js, \
|
|
**/*.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/**/*, \
|
|
**/packages/**/*, \
|
|
**/public/**/*, \
|
|
**/scripts/**/*, \
|
|
**/storybook/**/*, \
|
|
**/stubs.ts, \
|
|
**/test/**/*, \
|
|
**/test_data/**/*, \
|
|
**/test_mocks.ts, \
|
|
**/test_resources/**/*, \
|
|
**/tests/**/*, \
|
|
src/dev/**/*
|
|
|
|
sonar.javascript.node.maxspace=8192
|