Provide a way to suppress ament_pclint warnings
Open
enhancement
- Dominant language
- Python
- Stars
- 50
- Forks
- 129
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 3
Description
Currently, the warnings printed when pclint is not available can generate a lot of noise. It would be nice to have an option to tell CMake to not print this warning. Something like `--cmake-args -DIGNORE_PCLINT=1` would tell `ament_cmake_pclint` to not print the warning
```
CMake Warning at /share/ament_cmake_pclint/cmake/ament_pclint.cmake:117 (message):
WARNING: pclp64_linux not found, skipping pclint test creation
Call Stack (most recent call first):
CMakeLists.txt:39 (ament_pclint)
```
Contributor guide
Assessment
This issue has not been assessed yet.