Skip to content

Commit

Permalink
chore: sync files (autowarefoundation#796)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
tier4-autoware-private-bot[bot] and github-actions authored Apr 16, 2024
1 parent 86e7327 commit 136523b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 19 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ capture/

# CodeChecker
.codechecker/

# Node.js
node_modules/
2 changes: 1 addition & 1 deletion .pre-commit-config-ansible.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.22.0
rev: v24.2.2
hooks:
- id: ansible-lint
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config-optional.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/tcort/markdown-link-check
rev: v3.11.2
rev: v3.12.1
hooks:
- id: markdown-link-check
args: [--quiet, --config=.markdown-link-check.json]
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-json
- id: check-merge-conflict
Expand All @@ -17,34 +17,34 @@ repos:
args: [--markdown-linebreak-ext=md]

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

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v4.0.0-alpha.8
hooks:
- id: prettier

- repo: https://github.com/adrienverge/yamllint
rev: v1.31.0
rev: v1.35.1
hooks:
- id: yamllint

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
rev: v0.10.0.1
hooks:
- id: shellcheck

- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.6.0-2
rev: v3.8.0-1
hooks:
- id: shfmt
args: [-w, -s, -i=4]

- repo: https://github.com/AleksaC/hadolint-py
rev: v2.12.0.2
rev: v2.12.0.3
hooks:
- id: hadolint

Expand Down
10 changes: 1 addition & 9 deletions ansible-galaxy-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ collections:
- source: ./ansible
type: dir

# When you use your own customized ./src/ecu_system_setup,
# comment out git settings, uncomment source settings and in autoware.repos
# - source: ./src/ecu_system_setup
# type: dir
- name: git@github.com:tier4/autoware_ecu_system_setup.git
type: git
version: main

- name: https://github.com/autowarefoundation/autoware.git#/ansible
type: git
version: 12185e19134621d18dddf6775c3de82c2015a393
version: 9866356e55c7dece629a9390b1edbc3f19529148
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[Open AD Kit](https://autoware.org/open-ad-kit/) offers containers for Pilot.Auto to simplify the development and deployment of Pilot.Auto and its dependencies. This directory contains scripts to build and run the containers.

Detailed instructions on how to use the containers can be found in the [Open AD Kit documentation](https://autowarefoundation.github.io/autoware-documentation/main/installation/autoware/docker-installation/).
Detailed instructions on how to use the containers can be found in the [Open AD Kit documentation](https://tier4.github.io/autoware-documentation/main/installation/autoware/docker-installation/).

0 comments on commit 136523b

Please sign in to comment.