Skip to content

Commit

Permalink
Merge pull request autowarefoundation#804 from tier4/fix/beta/v3.1.0-…
Browse files Browse the repository at this point in the history
…gen2_precommit_error_caused_by_auto_format

fix: pre-commit error caused by auto-formatting from prettier
  • Loading branch information
XiaoyuWang0601 authored Sep 19, 2024
2 parents d5acdf9 + 8261d91 commit a80a25f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.param.yaml
*.rviz
autoware-main.yaml
autoware-psim.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
files:
- {
path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-main.yaml,
}
- { path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-main.yaml }
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
files:
- {
path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-psim.yaml,
}
- { path: $(find-pkg-share autoware_launch)/config/system/system_diagnostic_monitor/autoware-psim.yaml }
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ units:
- path: /others/emergency_stop
type: and
list:
#- { type: link, link: /others/002-blockage_validation-error }
# - { type: link, link: /others/002-blockage_validation-error }
- { type: link, link: /others/004-concat_status }
# - { type: link, link: /others/005-visibility_validation-error }
# - { type: link, link: /others/012-vehicle_stuck_checker }

- path: /others/comfortable_stop
type: and
#list:
#- { type: link, link: /others/010-emergency_vehicle-error }
# list:
# - { type: link, link: /others/010-emergency_vehicle-error }

- path: /others/pull_over
type: and
Expand Down

0 comments on commit a80a25f

Please sign in to comment.