Skip to content

Commit

Permalink
ci(pre-commit): autoupdate (autowarefoundation#192)
Browse files Browse the repository at this point in the history
* ci(pre-commit): autoupdate

updates:
- [github.com/igorshubovych/markdownlint-cli: v0.30.0 → v0.31.1](igorshubovych/markdownlint-cli@v0.30.0...v0.31.1)
- [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.6.2](pre-commit/mirrors-prettier@v2.5.1...v2.6.2)
- [github.com/tier4/pre-commit-hooks-ros: v0.4.0 → v0.6.0](tier4/pre-commit-hooks-ros@v0.4.0...v0.6.0)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.1 → v0.8.0.4](shellcheck-py/shellcheck-py@v0.8.0.1...v0.8.0.4)
- [github.com/scop/pre-commit-shfmt: v3.4.1-1 → v3.4.3-1](scop/pre-commit-shfmt@v3.4.1-1...v3.4.3-1)
- [github.com/pre-commit/mirrors-clang-format: v12.0.1 → v13.0.1](pre-commit/mirrors-clang-format@v12.0.1...v13.0.1)
- [github.com/cpplint/cpplint: 1.5.5 → 1.6.0](cpplint/cpplint@1.5.5...1.6.0)

* remove unnecessary clang-format and cpplint

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
pre-commit-ci[bot] and Kenji Miyake authored Apr 5, 2022
1 parent 115d409 commit 98be55e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 76 deletions.
43 changes: 0 additions & 43 deletions .clang-format

This file was deleted.

2 changes: 0 additions & 2 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
- source: .github/workflows/pre-commit-optional.yaml
- source: .github/workflows/semantic-pull-request.yaml
- source: .github/workflows/spell-check-differential.yaml
- source: .clang-format
- source: .markdown-link-check.json
- source: .markdownlint.yaml
- source: .pre-commit-config-optional.yaml
- source: .prettierignore
- source: .prettierrc.yaml
- source: .yamllint.yaml
- source: CPPLINT.cfg
- source: setup.cfg

- repository: autowarefoundation/autoware_common
Expand Down
22 changes: 5 additions & 17 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.30.0
rev: v0.31.1
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.6.2
hooks:
- id: prettier

Expand All @@ -34,18 +34,18 @@ repos:
- id: yamllint

- repo: https://github.com/tier4/pre-commit-hooks-ros
rev: v0.4.0
rev: v0.6.0
hooks:
- id: prettier-package-xml
- id: sort-package-xml

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.1
rev: v0.8.0.4
hooks:
- id: shellcheck

- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.4.1-1
rev: v3.4.3-1
hooks:
- id: shfmt
args: [-w, -s, -i=4]
Expand Down Expand Up @@ -77,16 +77,4 @@ repos:
flake8-quotes,
]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v12.0.1
hooks:
- id: clang-format

- repo: https://github.com/cpplint/cpplint
rev: 1.5.5
hooks:
- id: cpplint
args: [--quiet]
exclude: .cu

exclude: .svg
14 changes: 0 additions & 14 deletions CPPLINT.cfg

This file was deleted.

0 comments on commit 98be55e

Please sign in to comment.