forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: sync files (autowarefoundation#5506)
Signed-off-by: M. Fatih Cırıt <[email protected]>
- Loading branch information
1 parent
e46be0e
commit b8f9f30
Showing
50 changed files
with
1,403 additions
and
1,070 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: spell-check-daily | ||
|
||
on: | ||
schedule: | ||
- cron: 0 0 * * * | ||
workflow_dispatch: | ||
|
||
jobs: | ||
spell-check-daily: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Run spell-check | ||
uses: autowarefoundation/autoware-github-actions/spell-check@v1 | ||
with: | ||
local-cspell-json: .cspell.json | ||
incremental-files-only: false | ||
cspell-json-url: https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json | ||
dict-packages: | | ||
https://github.com/autowarefoundation/autoware-spell-check-dict | ||
https://github.com/tier4/cspell-dicts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ repos: | |
- id: check-toml | ||
- id: check-xml | ||
- id: check-yaml | ||
args: [--unsafe] | ||
- id: detect-private-key | ||
- id: end-of-file-fixer | ||
- id: mixed-line-ending | ||
|
@@ -32,6 +33,16 @@ repos: | |
hooks: | ||
- id: yamllint | ||
|
||
- repo: https://github.com/tier4/pre-commit-hooks-ros | ||
rev: v0.10.0 | ||
hooks: | ||
- id: flake8-ros | ||
- id: prettier-xacro | ||
- id: prettier-launch-xml | ||
- id: prettier-package-xml | ||
- id: ros-include-guard | ||
- id: sort-package-xml | ||
|
||
- repo: https://github.com/shellcheck-py/shellcheck-py | ||
rev: v0.10.0.1 | ||
hooks: | ||
|
@@ -43,9 +54,48 @@ repos: | |
- id: shfmt | ||
args: [-w, -s, -i=4] | ||
|
||
- repo: https://github.com/pycqa/isort | ||
rev: 5.13.2 | ||
hooks: | ||
- id: isort | ||
|
||
- repo: https://github.com/psf/black | ||
rev: 24.8.0 | ||
hooks: | ||
- id: black | ||
args: [--line-length=100] | ||
|
||
- repo: https://github.com/pre-commit/mirrors-clang-format | ||
rev: v18.1.8 | ||
hooks: | ||
- id: clang-format | ||
types_or: [c++, c, cuda] | ||
|
||
- repo: https://github.com/cpplint/cpplint | ||
rev: 1.6.1 | ||
hooks: | ||
- id: cpplint | ||
args: [--quiet] | ||
exclude: .cu | ||
|
||
- repo: https://github.com/python-jsonschema/check-jsonschema | ||
rev: 0.29.2 | ||
hooks: | ||
- id: check-metaschema | ||
files: ^.+/schema/.*schema\.json$ | ||
|
||
- repo: local | ||
hooks: | ||
- id: prettier-svg | ||
name: prettier svg | ||
description: Apply Prettier with plugin-xml to svg. | ||
entry: prettier --write --list-different --ignore-unknown --print-width 200 --xml-self-closing-space false --xml-whitespace-sensitivity ignore | ||
language: node | ||
files: .svg$ | ||
additional_dependencies: [[email protected], "@prettier/[email protected]"] | ||
|
||
- repo: https://github.com/AleksaC/hadolint-py | ||
rev: v2.12.1b3 | ||
hooks: | ||
- id: hadolint | ||
|
||
exclude: .svg | ||
exclude: .svg$ |
32 changes: 16 additions & 16 deletions
32
ansible/roles/qt5ct_setup/files/autoware-rviz-icons/active/downarrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions
32
ansible/roles/qt5ct_setup/files/autoware-rviz-icons/active/uparrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 21 additions & 21 deletions
42
ansible/roles/qt5ct_setup/files/autoware-rviz-icons/disabled/branch-end.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 21 additions & 21 deletions
42
ansible/roles/qt5ct_setup/files/autoware-rviz-icons/disabled/branch-more.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions
32
ansible/roles/qt5ct_setup/files/autoware-rviz-icons/disabled/downarrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.