Functions | |
def | add_arguments |
def | cpplint |
def | lint_directory |
def | lint_package |
def | main |
def | merge |
def | pep8 |
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
def fetch_tools.commands.lint.add_arguments | ( | parser | ) |
def fetch_tools.commands.lint.cpplint | ( | files | ) |
def fetch_tools.commands.lint.lint_directory | ( | directory | ) |
def fetch_tools.commands.lint.lint_package | ( | package | ) |
def fetch_tools.commands.lint.main | ( | args | ) |
def fetch_tools.commands.lint.merge | ( | c1, | |
c2 | |||
) |
def fetch_tools.commands.lint.pep8 | ( | files | ) |
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" |
string fetch_tools::commands::lint::name = "lint" |