|
8 | 8 | # |
9 | 9 | # Lines starting with `#` and blank lines are ignored. |
10 | 10 | # |
| 11 | +# Note: paths must match the form emitted by `git ls-files`, which |
| 12 | +# quotes non-ASCII bytes with octal escapes by default (see |
| 13 | +# `core.quotepath`). Below, emoji directory names are encoded as the |
| 14 | +# literal "\nnn" octal sequences `git ls-files` produces, with the |
| 15 | +# surrounding double-quotes. |
| 16 | +# |
11 | 17 | # ─── Vendored ReScript compiler test fixtures (rescript-ecosystem/) ─ |
12 | 18 | # |
13 | 19 | # These 6 .res files are unicode-name test inputs for the upstream |
|
18 | 24 | # project source. Removal would happen only if rescript-ecosystem/ |
19 | 25 | # is itself dropped from the vendor tree. |
20 | 26 | # |
21 | | -cicd_rules/banned_language_file:rescript-ecosystem/packages/core/compiler-source/tests/build_tests/unicode/src/📕annotation/a.res |
22 | | -cicd_rules/banned_language_file:rescript-ecosystem/packages/core/compiler-source/tests/build_tests/unicode/src/📗block/b.res |
23 | | -cicd_rules/banned_language_file:rescript-ecosystem/packages/core/compiler-source/tests/build_tests/unicode/src/📙inline/c.res |
24 | | -cicd_rules/banned_language_file:rescript-ecosystem/rescript/tests/build_tests/unicode/src/📕annotation/a.res |
25 | | -cicd_rules/banned_language_file:rescript-ecosystem/rescript/tests/build_tests/unicode/src/📗block/b.res |
26 | | -cicd_rules/banned_language_file:rescript-ecosystem/rescript/tests/build_tests/unicode/src/📙inline/c.res |
| 27 | +cicd_rules/banned_language_file:"rescript-ecosystem/packages/core/compiler-source/tests/build_tests/unicode/src/\360\237\223\225annotation/a.res" |
| 28 | +cicd_rules/banned_language_file:"rescript-ecosystem/packages/core/compiler-source/tests/build_tests/unicode/src/\360\237\223\227block/b.res" |
| 29 | +cicd_rules/banned_language_file:"rescript-ecosystem/packages/core/compiler-source/tests/build_tests/unicode/src/\360\237\223\231inline/c.res" |
| 30 | +cicd_rules/banned_language_file:"rescript-ecosystem/rescript/tests/build_tests/unicode/src/\360\237\223\225annotation/a.res" |
| 31 | +cicd_rules/banned_language_file:"rescript-ecosystem/rescript/tests/build_tests/unicode/src/\360\237\223\227block/b.res" |
| 32 | +cicd_rules/banned_language_file:"rescript-ecosystem/rescript/tests/build_tests/unicode/src/\360\237\223\231inline/c.res" |
0 commit comments