forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
52 lines (50 loc) · 1.07 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
sonar.projectKey=elastic_kibana_AYvOkAHeQZlFqhqWIr9Y
sonar.projectName=Kibana
sonar.host.url=https://sonar.elastic.dev
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/**/*, \
**/public/**/*, \
**/scripts/**/*, \
**/storybook/**/*, \
**/stubs.ts, \
**/test/**/*, \
**/test_data/**/*, \
**/test_mocks.ts, \
**/test_resources/**/*, \
**/tests/**/*, \
src/dev/**/*
sonar.javascript.node.maxspace=8192