Functions | Variables
fetch_tools.commands.lint Namespace Reference

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"
 

Detailed Description

The lint command lints a package.

Copyright 2015 Fetch Robotics Inc.
Author: Alex Henning

Function Documentation

◆ add_arguments()

def fetch_tools.commands.lint.add_arguments (   parser)

Definition at line 43 of file lint.py.

◆ cpplint()

def fetch_tools.commands.lint.cpplint (   files)

Definition at line 87 of file lint.py.

◆ lint_directory()

def fetch_tools.commands.lint.lint_directory (   directory)

Definition at line 67 of file lint.py.

◆ lint_package()

def fetch_tools.commands.lint.lint_package (   package)

Definition at line 53 of file lint.py.

◆ main()

def fetch_tools.commands.lint.main (   args)

Definition at line 17 of file lint.py.

◆ merge()

def fetch_tools.commands.lint.merge (   c1,
  c2 
)

Definition at line 49 of file lint.py.

◆ pep8()

def fetch_tools.commands.lint.pep8 (   files)

Definition at line 101 of file lint.py.

Variable Documentation

◆ cpp_endings

list fetch_tools.commands.lint.cpp_endings = [".c", ".cpp", ".cc", ".h", ".hpp", ".hh"]

Definition at line 84 of file lint.py.

◆ help_text

string fetch_tools.commands.lint.help_text = "Lint a package in your workspace"

Definition at line 14 of file lint.py.

◆ name

string fetch_tools.commands.lint.name = "lint"

Definition at line 13 of file lint.py.



fetch_tools
Author(s): Alex Henning
autogenerated on Mon Feb 28 2022 22:19:10