32 lines
587 B
YAML
32 lines
587 B
YAML
header:
|
|
license:
|
|
spdx-id: Apache-2.0
|
|
copyright-owner: PingCAP, Inc.
|
|
paths-ignore:
|
|
- 'docs/'
|
|
- 'br/'
|
|
- '.gitignore'
|
|
- '.gitattributes'
|
|
- '.golangci.yml'
|
|
- '.golangci_br.yml'
|
|
- 'LICENSES/'
|
|
- '**/*.md'
|
|
- '**/*.json'
|
|
- '**/*.pem'
|
|
- '**/*.crt'
|
|
- '**/*.test'
|
|
- '**/*.result'
|
|
- '**/*.example'
|
|
- '.codecov.yml'
|
|
- 'errors.toml'
|
|
- 'Jenkinsfile'
|
|
- '.editorconfig'
|
|
- 'hooks/pre-commit'
|
|
- '**/go.mod'
|
|
- '**/go.sum'
|
|
- 'LICENSE'
|
|
- '.github/'
|
|
- 'parser/'
|
|
- 'dumpling/'
|
|
comment: on-failure
|