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.