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