ament_lint_common
A mechanism for running the following set of common linters:
ament_cmake_copyright : a copyright linter which checks that copyright statements and license headers are present and correct
ament_cmake_cppcheck : a C++ checker which can also find some logic tests
ament_cmake_cpplint : a C++ style checker (e.g. comment style)
ament_cmake_flake8 : a style checker for Python files
ament_cmake_lint_cmake : a cmake linter
ament_cmake_pep257 : a style checker for Python docstrings
ament_cmake_uncrustify : a C++ style checker
ament_cmake_xmllint : an xml linter
The ament_lint_auto documentation provides information on using ament_lint_common.