Scroll to navigation

CAT(1) User Commands CAT(1)

NAME

catkin_lint - check catkin packages for common errors

DESCRIPTION

usage: catkin_lint [-h] [--version] [-q] [-W LEVEL] [--ignore ID] [--error ID]

[--warning ID] [--notice ID] [--strict] [--show-suppressed] [--pkg PKG] [--skip-pkg PKG] [--package-path PATH] [--rosdistro DISTRO] [--resolve-env] [--text | --explain | --xml] [--color MODE] [--offline] [--clear-cache] [path [path ...]]

positional arguments:

path to catkin packages

optional arguments:

show this help message and exit
show program's version number and exit
suppress final summary
set warning level (0-2)
ignore diagnostic message ID
treat diagnostic message ID as error
treat diagnostic message ID as warning
treat diagnostic message ID as notice
treat everything reported as error
show suppressed diagnostics
specify catkin package by name (can be used multiple times)
skip testing a catkin package (can be used multiple times)
additional package path (separate multiple locations with ':')
override ROS distribution (default: ROS_DISTRO environment variable)
resolve $ENV{} references from environment variables
output result as text (default)
output result as text with explanations
output result as XML
colorize text output
do not download package index to look for packages
clear internal cache and invalidate all downloaded manifests
February 2019 catkin_lint 1.6.0