Skip to content

Commit

Permalink
Fixed typo and unknown words
Browse files Browse the repository at this point in the history
Signed-off-by: TaikiYamada4 <[email protected]>
  • Loading branch information
TaikiYamada4 committed Nov 8, 2024
1 parent 828792c commit 5a5bccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions map/autoware_lanelet2_map_validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ The JSON file input should follow the structure like this example.
- `validators` : A list of validators that structures the requirement.
- A validator MUST be given with its name on the `name` field.
- The name list of available validators can be obtained from the `--print` option.
- You can add a list of `prerequisites` to each validator. Then, the validator will only be run when the prequisites pass the validation.
- In the `prerequisites` field, you can add `forgive_warnings: true` in order to run the validator even if the prequisites output warning issues. (Error issues from prerequisites will still skip the validation.). Note that NOT writing the `forgive_warnings` field and writing `forgive_warnings: false` means the same.
- You can add a list of `prerequisites` to each validator. Then, the validator will only be run when the prerequisites pass the validation.
- In the `prerequisites` field, you can add `forgive_warnings: true` in order to run the validator even if the prerequisites output warning issues. (Error issues from prerequisites will still skip the validation.). Note that NOT writing the `forgive_warnings` field and writing `forgive_warnings: false` means the same.
- The user can write any other field (like `version`) besides `requirements`.

#### Output file
Expand Down
2 changes: 2 additions & 0 deletions map/autoware_lanelet2_map_validator/src/common/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
#define NORMAL_RED "\033[31m"
#define FONT_RESET "\033[0m"

// cSpell:words indegree Indegree

namespace lanelet
{
namespace autoware
Expand Down

0 comments on commit 5a5bccc

Please sign in to comment.