...
1header:
2 license:
3 spdx-id: Apache-2.0
4 copyright-owner: ByteDance Inc.
5
6 paths:
7 - '**/*.go'
8 - '**/*.s'
9
10 paths-ignore:
11 - 'ast/asm.s' # empty file
12 - 'decoder/asm.s' # empty file
13 - 'encoder/asm.s' # empty file
14 - 'internal/caching/asm.s' # empty file
15 - 'internal/jit/asm.s' # empty file
16 - 'internal/native/avx/native_amd64.s' # auto-generated by asm2asm
17 - 'internal/native/avx/native_subr_amd64.go' # auto-generated by asm2asm
18 - 'internal/native/avx2/native_amd64.s' # auto-generated by asm2asm
19 - 'internal/native/avx2/native_subr_amd64.go' # auto-generated by asm2asm
20 - 'internal/resolver/asm.s' # empty file
21 - 'internal/rt/asm.s' # empty file
22 - 'internal/loader/asm.s' # empty file
23
24 comment: on-failure
View as plain text