Functions | |
| def | add_arguments (parser) |
| def | cpplint (files) |
| def | lint_directory (directory) |
| def | lint_package (package) |
| def | main (args) |
| def | merge (c1, c2) |
| def | pep8 (files) |
Variables | |
| list | cpp_endings = [".c", ".cpp", ".cc", ".h", ".hpp", ".hh"] |
| string | help_text = "Lint a package in your workspace" |
| string | name = "lint" |
The lint command lints a package. Copyright 2015 Fetch Robotics Inc. Author: Alex Henning
| list fetch_tools.commands.lint.cpp_endings = [".c", ".cpp", ".cc", ".h", ".hpp", ".hh"] |
| string fetch_tools.commands.lint.help_text = "Lint a package in your workspace" |