|
| 1 | +[ |
| 2 | + { |
| 3 | + "include": [ |
| 4 | + "**/*.ts", |
| 5 | + "**/*.scala", |
| 6 | + "server/build.sbt" |
| 7 | + ], |
| 8 | + "exclude": [ |
| 9 | + "client/node_modules/**", |
| 10 | + "client/src/evaluate/index.ts", |
| 11 | + "client/src/evaluate/runEvaluation.ts", |
| 12 | + "client/src/test/index.ts", |
| 13 | + "client/src/test/runTest.ts", |
| 14 | + "server/gobra/**", |
| 15 | + "server/project/project/**", |
| 16 | + "server/project/target/**", |
| 17 | + "server/target/**" |
| 18 | + ], |
| 19 | + "license": "./.github/license-check/headers/MPLv2-ETH.txt" |
| 20 | + }, |
| 21 | + { |
| 22 | + "include": [ |
| 23 | + "client/src/evaluate/index.ts", |
| 24 | + "client/src/evaluate/runEvaluation.ts", |
| 25 | + "client/src/test/index.ts", |
| 26 | + "client/src/test/runTest.ts", |
| 27 | + "client/webpack.config.js" |
| 28 | + ], |
| 29 | + "license": "./.github/license-check/headers/MIT-Microsoft.txt" |
| 30 | + }, |
| 31 | + { |
| 32 | + "include": [ |
| 33 | + "**/*.gobra", |
| 34 | + "**/*.go" |
| 35 | + ], |
| 36 | + "exclude": [ |
| 37 | + "server/gobra/**" |
| 38 | + ], |
| 39 | + "license": "./.github/license-check/headers/CC0.txt" |
| 40 | + }, |
| 41 | + { |
| 42 | + "include": [ |
| 43 | + "client/node_modules/**", |
| 44 | + "client/.vscode-test/**", |
| 45 | + "client/images/**", |
| 46 | + "client/tmp/**", |
| 47 | + "client/evaluationResults.txt", |
| 48 | + "client/package-notes.md", |
| 49 | + "server/gobra/**", |
| 50 | + "server/project/build.properties", |
| 51 | + "server/project/plugins.sbt", |
| 52 | + "server/project/project/**", |
| 53 | + "server/project/target/**", |
| 54 | + "server/target/**", |
| 55 | + "**/*.json", |
| 56 | + ".github/check-license/**", |
| 57 | + "**/README.md", |
| 58 | + "**/LICENSE" |
| 59 | + ] |
| 60 | + } |
| 61 | +] |
0 commit comments