ament_flake8.main module

class ament_flake8.main.CustomReport

Bases: object

add_error(error)
get_error_codes()
print_statistics()
property total_errors
ament_flake8.main.format_error(error)
ament_flake8.main.generate_flake8_report(config_file, paths, excludes, max_line_length=None)
ament_flake8.main.get_error_type_counts(error_codes)
ament_flake8.main.get_flake8_style_guide(argv)
ament_flake8.main.get_xunit_content(report, testname, elapsed)
ament_flake8.main.main(argv=['-c', '.', 'default_sphinx_project', '/tmp/ws/docs_build/ament_flake8/ament_flake8/sphinx_output'])
ament_flake8.main.main_with_errors(argv=['-c', '.', 'default_sphinx_project', '/tmp/ws/docs_build/ament_flake8/ament_flake8/sphinx_output'])
ament_flake8.main.parse_config_file(config_file)