From bc06fc7d00b4e6df0d2ed3e3f93e027b5a6f8dfa Mon Sep 17 00:00:00 2001 From: "tier4-autoware-public-bot[bot]" <98652886+tier4-autoware-public-bot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 01:37:14 +0000 Subject: [PATCH] chore: sync files (#95) Signed-off-by: GitHub Co-authored-by: kenji-miyake --- .clang-format | 1 + .github/workflows/pre-commit.yaml | 5 ----- .pre-commit-config-optional.yaml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.clang-format b/.clang-format index c3b72db..b41fae9 100644 --- a/.clang-format +++ b/.clang-format @@ -4,6 +4,7 @@ BasedOnStyle: Google AccessModifierOffset: -2 AlignAfterOpenBracket: AlwaysBreak +AllowShortFunctionsOnASingleLine: InlineOnly BraceWrapping: AfterClass: true AfterFunction: true diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index bda722c..b231dbd 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -20,11 +20,6 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - - name: Set git config - uses: autowarefoundation/autoware-github-actions/set-git-config@v1 - with: - token: ${{ steps.generate-token.outputs.token }} - - name: Run pre-commit uses: autowarefoundation/autoware-github-actions/pre-commit@v1 with: diff --git a/.pre-commit-config-optional.yaml b/.pre-commit-config-optional.yaml index caa92d0..dd82999 100644 --- a/.pre-commit-config-optional.yaml +++ b/.pre-commit-config-optional.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/tcort/markdown-link-check - rev: v3.11.0 + rev: v3.11.1 hooks: - id: markdown-link-check args: [--config=.markdown-link-check.json]