已合并
调整yaml文件格式 #2593
张旭创建于 5月6日
调整yaml文件格式 #2593
已合并
共 1 个文件变更+17-17
| @@ -1,18 +1,18 @@ | |||
| 1 | repos: | 1 | repos: |
| 2 | - - repo: https://github.com/pre-commit/mirrors-clang-format | 2 | + - repo: https://github.com/pre-commit/mirrors-clang-format |
| 3 | - rev: v16.0.0 | 3 | + rev: v16.0.0 |
| 4 | - hooks: | 4 | + hooks: |
| 5 | - - id: clang-format | 5 | + - id: clang-format |
| 6 | - types_or: [c++, c] | 6 | + types_or: [c++, c] |
| 7 | - | 7 | + |
| 8 | - # OAT compliance check (Open Source Audit Tool) | 8 | + # OAT compliance check (Open Source Audit Tool) |
| 9 | - - repo: local | 9 | + - repo: local |
| 10 | - hooks: | 10 | + hooks: |
| 11 | - - id: oat-check | 11 | + - id: oat-check |
| 12 | - name: OAT Compliance Check | 12 | + name: OAT Compliance Check |
| 13 | - entry: bash scripts/oat_check.sh | 13 | + entry: bash scripts/oat_check.sh |
| 14 | - language: system | 14 | + language: system |
| 15 | - pass_filenames: true | 15 | + pass_filenames: true |
| 16 | - types: [file] | 16 | + types: [file] |
| 17 | - stages: [commit] | 17 | + stages: [commit] |
| 18 | - verbose: true | 18 | + verbose: true |