|
1 |
| -- repository: autowarefoundation/autoware |
| 1 | +- repository: autowarefoundation/sync-file-templates |
| 2 | + source-dir: sources |
2 | 3 | files:
|
3 | 4 | - source: CODE_OF_CONDUCT.md
|
4 | 5 | - source: CONTRIBUTING.md
|
|
7 | 8 | - source: .github/ISSUE_TEMPLATE/bug.yaml
|
8 | 9 | - source: .github/ISSUE_TEMPLATE/config.yml
|
9 | 10 | - source: .github/ISSUE_TEMPLATE/task.yaml
|
10 |
| - - source: .github/PULL_REQUEST_TEMPLATE.md |
11 |
| - - source: .github/PULL_REQUEST_TEMPLATE/small-change.md |
12 |
| - - source: .github/PULL_REQUEST_TEMPLATE/standard-change.md |
13 | 11 | - source: .github/dependabot.yaml
|
| 12 | + - source: .github/pull_request_template.md |
14 | 13 | - source: .github/stale.yml
|
| 14 | + - source: .github/workflows/comment-on-pr.yaml |
15 | 15 | - source: .github/workflows/cancel-previous-workflows.yaml
|
16 | 16 | - source: .github/workflows/github-release.yaml
|
17 |
| - - source: .github/workflows/pre-commit.yaml |
18 | 17 | - source: .github/workflows/pre-commit-autoupdate.yaml
|
19 | 18 | - source: .github/workflows/pre-commit-optional.yaml
|
20 | 19 | - source: .github/workflows/semantic-pull-request.yaml
|
|
24 | 23 | - source: .clang-tidy
|
25 | 24 | - source: .markdown-link-check.json
|
26 | 25 | - source: .markdownlint.yaml
|
| 26 | + - source: .pre-commit-config.yaml |
27 | 27 | - source: .pre-commit-config-optional.yaml
|
28 | 28 | - source: .prettierignore
|
29 | 29 | - source: .prettierrc.yaml
|
30 | 30 | - source: .yamllint.yaml
|
31 | 31 | - source: CPPLINT.cfg
|
| 32 | + pre-commands: | |
| 33 | + sd 'filter=-whitespace/braces.*' '\n# https://github.com/cpplint/cpplint/issues/298 for the next filter\nfilter=-readability/nolint # NOLINTBEGIN(*) and NOLINTEND(*) conflict with clang-tidy\n\nfilter=-whitespace/braces # we wrap open curly braces for namespaces, classes and functions' {source} |
32 | 34 | - source: setup.cfg
|
0 commit comments