Go to the source code of this file.
Namespaces | |
| fetch_tools.commands.lint | |
Functions | |
| 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) |
Variables | |
| 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" |