File tree Expand file tree Collapse file tree 3 files changed +28
-617
lines changed
Expand file tree Collapse file tree 3 files changed +28
-617
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,15 @@ excludes:
44 - pattern : " .*build\\ .gradle"
55 reason : " TEST_TOOL_OF"
66 comment : " This project contains tests which are not distributed"
7- - pattern : " cmake/android/tester/**"
8- reason : " TEST_TOOL_OF"
9- comment : " This project contains tests which are not distributed"
10- - pattern : " tests/utils/mock-server/**"
11- reason : " OPTIONAL_COMPONENT_OF"
12- comment : " The project is not distributed for Node.js."
7+ - pattern : " cmake/**"
8+ reason : " BUILD_TOOL_OF"
9+ comment : " The files are only used for building the code. Not included in released artifacts."
10+ - pattern : " docs/**"
11+ reason : " DOCUMENTATION_OF"
12+ comment : " The files are only used for documentation. Not included in released artifacts."
13+ - pattern : " examples/**"
14+ reason : " EXAMPLE_OF"
15+ comment : " Directory is only used for examples. Not included in released artifacts."
16+ - pattern : " tests/**"
17+ reason : " TEST_OF"
18+ comment : " Directory is only used for testing. Not included in released artifacts."
You can’t perform that action at this time.
0 commit comments