Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

docs(autoware_lint_common): add note in the readme #152

Merged
merged 6 commits into from
Feb 4, 2023
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions autoware_lint_common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ if(BUILD_TESTING)
endif()
```

_For ROS 2 messages and services,_

If there is `ADD_LINTER_TESTS` argument in the `rosidl_generate_interfaces()` function in the `CMakelists.txt` file, you need to remove the `ADD_LINTER_TESTS` argument.

xmfcx marked this conversation as resolved.
Show resolved Hide resolved
Then, the following linters will run during `colcon test`.

- [ament_cmake_copyright](https://github.com/ament/ament_lint/blob/master/ament_cmake_copyright/doc/index.rst)
Expand Down