diff --git a/sources/.clang-format b/sources/.clang-format index b41fae9..cd54eb4 100644 --- a/sources/.clang-format +++ b/sources/.clang-format @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + # Modified from https://github.com/ament/ament_lint/blob/master/ament_clang_format/ament_clang_format/configuration/.clang-format Language: Cpp BasedOnStyle: Google diff --git a/sources/.clang-tidy b/sources/.clang-tidy index f5eccdf..de12fb6 100644 --- a/sources/.clang-tidy +++ b/sources/.clang-tidy @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + Checks: " -*, boost-use-to-string, diff --git a/sources/.github/ISSUE_TEMPLATE/bug.yaml b/sources/.github/ISSUE_TEMPLATE/bug.yaml index 12a8579..5c74f7c 100644 --- a/sources/.github/ISSUE_TEMPLATE/bug.yaml +++ b/sources/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: Bug description: Report a bug body: diff --git a/sources/.github/ISSUE_TEMPLATE/config.yml b/sources/.github/ISSUE_TEMPLATE/config.yml index 48765c2..deccbf3 100644 --- a/sources/.github/ISSUE_TEMPLATE/config.yml +++ b/sources/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + blank_issues_enabled: false contact_links: - name: Question diff --git a/sources/.github/ISSUE_TEMPLATE/task.yaml b/sources/.github/ISSUE_TEMPLATE/task.yaml index cd8322f..5830732 100644 --- a/sources/.github/ISSUE_TEMPLATE/task.yaml +++ b/sources/.github/ISSUE_TEMPLATE/task.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: Task description: Plan a task body: diff --git a/sources/.github/dependabot.yaml b/sources/.github/dependabot.yaml index 0264c03..8fd9b7f 100644 --- a/sources/.github/dependabot.yaml +++ b/sources/.github/dependabot.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + version: 2 updates: - package-ecosystem: github-actions diff --git a/sources/.github/stale.yml b/sources/.github/stale.yml index bc99e43..ffce036 100644 --- a/sources/.github/stale.yml +++ b/sources/.github/stale.yml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + # Modified from https://github.com/probot/stale#usage # Number of days of inactivity before an Issue or Pull Request with the stale label is closed diff --git a/sources/.github/workflows/build-and-test-differential.yaml b/sources/.github/workflows/build-and-test-differential.yaml index 375e0cd..0ebc08a 100644 --- a/sources/.github/workflows/build-and-test-differential.yaml +++ b/sources/.github/workflows/build-and-test-differential.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: build-and-test-differential on: diff --git a/sources/.github/workflows/build-and-test.yaml b/sources/.github/workflows/build-and-test.yaml index fe0069d..0af7487 100644 --- a/sources/.github/workflows/build-and-test.yaml +++ b/sources/.github/workflows/build-and-test.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: build-and-test on: diff --git a/sources/.github/workflows/cancel-previous-workflows.yaml b/sources/.github/workflows/cancel-previous-workflows.yaml index bd2463d..ee79ce0 100644 --- a/sources/.github/workflows/cancel-previous-workflows.yaml +++ b/sources/.github/workflows/cancel-previous-workflows.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: cancel-previous-workflows on: diff --git a/sources/.github/workflows/check-build-depends.yaml b/sources/.github/workflows/check-build-depends.yaml index ffbdf7a..bb1d898 100644 --- a/sources/.github/workflows/check-build-depends.yaml +++ b/sources/.github/workflows/check-build-depends.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: check-build-depends on: diff --git a/sources/.github/workflows/clang-tidy-pr-comments-manually.yaml b/sources/.github/workflows/clang-tidy-pr-comments-manually.yaml index a4df9f9..747c62c 100644 --- a/sources/.github/workflows/clang-tidy-pr-comments-manually.yaml +++ b/sources/.github/workflows/clang-tidy-pr-comments-manually.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: clang-tidy-pr-comments-manually on: diff --git a/sources/.github/workflows/clang-tidy-pr-comments.yaml b/sources/.github/workflows/clang-tidy-pr-comments.yaml index bf2ed81..c8df6a6 100644 --- a/sources/.github/workflows/clang-tidy-pr-comments.yaml +++ b/sources/.github/workflows/clang-tidy-pr-comments.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: clang-tidy-pr-comments on: diff --git a/sources/.github/workflows/comment-on-pr.yaml b/sources/.github/workflows/comment-on-pr.yaml index c80141d..0f2ecf5 100644 --- a/sources/.github/workflows/comment-on-pr.yaml +++ b/sources/.github/workflows/comment-on-pr.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: comment-on-pr on: pull_request_target: diff --git a/sources/.github/workflows/delete-closed-pr-docs.yaml b/sources/.github/workflows/delete-closed-pr-docs.yaml index 192e138..b8ff4f6 100644 --- a/sources/.github/workflows/delete-closed-pr-docs.yaml +++ b/sources/.github/workflows/delete-closed-pr-docs.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: delete-closed-pr-docs on: diff --git a/sources/.github/workflows/deploy-docs.yaml b/sources/.github/workflows/deploy-docs.yaml index 771b4bd..d39e97e 100644 --- a/sources/.github/workflows/deploy-docs.yaml +++ b/sources/.github/workflows/deploy-docs.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: deploy-docs on: diff --git a/sources/.github/workflows/github-release.yaml b/sources/.github/workflows/github-release.yaml index 4b1d7f4..bbe2ac5 100644 --- a/sources/.github/workflows/github-release.yaml +++ b/sources/.github/workflows/github-release.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: github-release on: diff --git a/sources/.github/workflows/pr-agent.yaml b/sources/.github/workflows/pr-agent.yaml index 86045d5..b3ec23d 100644 --- a/sources/.github/workflows/pr-agent.yaml +++ b/sources/.github/workflows/pr-agent.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: PR-Agent on: diff --git a/sources/.github/workflows/pre-commit-autoupdate.yaml b/sources/.github/workflows/pre-commit-autoupdate.yaml index 8d57a53..489e32a 100644 --- a/sources/.github/workflows/pre-commit-autoupdate.yaml +++ b/sources/.github/workflows/pre-commit-autoupdate.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: pre-commit-autoupdate on: diff --git a/sources/.github/workflows/pre-commit-optional-autoupdate.yaml b/sources/.github/workflows/pre-commit-optional-autoupdate.yaml index a9fe004..be79ad4 100644 --- a/sources/.github/workflows/pre-commit-optional-autoupdate.yaml +++ b/sources/.github/workflows/pre-commit-optional-autoupdate.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: pre-commit-optional-autoupdate on: diff --git a/sources/.github/workflows/pre-commit-optional.yaml b/sources/.github/workflows/pre-commit-optional.yaml index 12f536c..3d08670 100644 --- a/sources/.github/workflows/pre-commit-optional.yaml +++ b/sources/.github/workflows/pre-commit-optional.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: pre-commit-optional on: diff --git a/sources/.github/workflows/pre-commit.yaml b/sources/.github/workflows/pre-commit.yaml index 13d069d..2279bee 100644 --- a/sources/.github/workflows/pre-commit.yaml +++ b/sources/.github/workflows/pre-commit.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: pre-commit on: diff --git a/sources/.github/workflows/semantic-pull-request.yaml b/sources/.github/workflows/semantic-pull-request.yaml index 71224c2..b56040b 100644 --- a/sources/.github/workflows/semantic-pull-request.yaml +++ b/sources/.github/workflows/semantic-pull-request.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: semantic-pull-request on: diff --git a/sources/.github/workflows/spell-check-daily.yaml b/sources/.github/workflows/spell-check-daily.yaml index f6a14d0..696963f 100644 --- a/sources/.github/workflows/spell-check-daily.yaml +++ b/sources/.github/workflows/spell-check-daily.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: spell-check-daily on: diff --git a/sources/.github/workflows/spell-check-differential.yaml b/sources/.github/workflows/spell-check-differential.yaml index 90d5962..e3af432 100644 --- a/sources/.github/workflows/spell-check-differential.yaml +++ b/sources/.github/workflows/spell-check-differential.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: spell-check-differential on: diff --git a/sources/.github/workflows/sync-files.yaml b/sources/.github/workflows/sync-files.yaml index 0cffbcd..9224c15 100644 --- a/sources/.github/workflows/sync-files.yaml +++ b/sources/.github/workflows/sync-files.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: sync-files on: diff --git a/sources/.github/workflows/update-codeowners-from-packages.yaml b/sources/.github/workflows/update-codeowners-from-packages.yaml index 760a647..c9ecdb1 100644 --- a/sources/.github/workflows/update-codeowners-from-packages.yaml +++ b/sources/.github/workflows/update-codeowners-from-packages.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + name: update-codeowners-from-packages on: diff --git a/sources/.markdownlint.yaml b/sources/.markdownlint.yaml index 7b7359f..584154b 100644 --- a/sources/.markdownlint.yaml +++ b/sources/.markdownlint.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + # See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for all rules. default: true MD013: false diff --git a/sources/.pre-commit-config-optional.yaml b/sources/.pre-commit-config-optional.yaml index 8c9345e..ff325af 100644 --- a/sources/.pre-commit-config-optional.yaml +++ b/sources/.pre-commit-config-optional.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + repos: - repo: https://github.com/tcort/markdown-link-check rev: v3.12.2 diff --git a/sources/.pre-commit-config.yaml b/sources/.pre-commit-config.yaml index b99c5e1..e6dcc3f 100644 --- a/sources/.pre-commit-config.yaml +++ b/sources/.pre-commit-config.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + ci: autofix_commit_msg: "style(pre-commit): autofix" diff --git a/sources/.prettierignore b/sources/.prettierignore index a3c34d0..3e96aac 100644 --- a/sources/.prettierignore +++ b/sources/.prettierignore @@ -1,2 +1,6 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + *.param.yaml *.rviz diff --git a/sources/.prettierrc.yaml b/sources/.prettierrc.yaml index e29bf32..fe47693 100644 --- a/sources/.prettierrc.yaml +++ b/sources/.prettierrc.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + printWidth: 100 tabWidth: 2 overrides: diff --git a/sources/.yamllint.yaml b/sources/.yamllint.yaml index 2c7bd08..e0be62d 100644 --- a/sources/.yamllint.yaml +++ b/sources/.yamllint.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + extends: default ignore: | diff --git a/sources/CPPLINT.cfg b/sources/CPPLINT.cfg index ba6bdf0..81869c9 100644 --- a/sources/CPPLINT.cfg +++ b/sources/CPPLINT.cfg @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + # Modified from https://github.com/ament/ament_lint/blob/ebd524bb9973d5ec1dc48a670ce54f958a5a0243/ament_cpplint/ament_cpplint/main.py#L64-L120 set noparent linelength=100 diff --git a/sources/codecov.yaml b/sources/codecov.yaml index 8ca2196..be19b8a 100644 --- a/sources/codecov.yaml +++ b/sources/codecov.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + coverage: status: project: diff --git a/sources/mkdocs.yaml b/sources/mkdocs.yaml index 19e8c22..637c72f 100644 --- a/sources/mkdocs.yaml +++ b/sources/mkdocs.yaml @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + site_name: Autoware Documentation site_url: https://autowarefoundation.github.io/autoware-documentation repo_url: https://github.com/autowarefoundation/autoware diff --git a/sources/setup.cfg b/sources/setup.cfg index 5214751..4d7d5e5 100644 --- a/sources/setup.cfg +++ b/sources/setup.cfg @@ -1,3 +1,7 @@ +# This file is automatically synced from: +# https://github.com/autowarefoundation/sync-file-templates +# To make changes, update the source repository and follow the guidelines in its README. + [flake8] # Modified from https://github.com/ament/ament_lint/blob/ebd524bb9973d5ec1dc48a670ce54f958a5a0243/ament_flake8/ament_flake8/configuration/ament_flake8.ini extend-ignore = B902,C816,D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404,I202,CNL100,E203,E501,Q000