README.md
setup.py
comlipy/__init__.py
comlipy/main.py
comlipy.egg-info/PKG-INFO
comlipy.egg-info/SOURCES.txt
comlipy.egg-info/dependency_links.txt
comlipy.egg-info/entry_points.txt
comlipy.egg-info/requires.txt
comlipy.egg-info/top_level.txt
comlipy/lib/__init__.py
comlipy/lib/color.py
comlipy/lib/config.py
comlipy/lib/ensure.py
comlipy/lib/messages.py
comlipy/lib/parser.py
comlipy/lib/rule_checker.py
comlipy/lib/validator.py
comlipy/lib/rules/__init__.py
comlipy/lib/rules/abstract_rules.py
comlipy/lib/rules/body_case.py
comlipy/lib/rules/body_empty.py
comlipy/lib/rules/body_leading_blank.py
comlipy/lib/rules/body_max_length.py
comlipy/lib/rules/body_max_line_length.py
comlipy/lib/rules/body_min_length.py
comlipy/lib/rules/footer_empty.py
comlipy/lib/rules/footer_leading_blank.py
comlipy/lib/rules/footer_max_length.py
comlipy/lib/rules/footer_max_line_length.py
comlipy/lib/rules/footer_min_length.py
comlipy/lib/rules/header_case.py
comlipy/lib/rules/header_full_stop.py
comlipy/lib/rules/header_max_length.py
comlipy/lib/rules/header_min_length.py
comlipy/lib/rules/scope_case.py
comlipy/lib/rules/scope_empty.py
comlipy/lib/rules/scope_enum.py
comlipy/lib/rules/scope_max_length.py
comlipy/lib/rules/scope_min_length.py
comlipy/lib/rules/subject_case.py
comlipy/lib/rules/subject_empty.py
comlipy/lib/rules/subject_full_stop.py
comlipy/lib/rules/subject_max_length.py
comlipy/lib/rules/subject_min_length.py
comlipy/lib/rules/type_case.py
comlipy/lib/rules/type_empty.py
comlipy/lib/rules/type_enum.py
comlipy/lib/rules/type_max_length.py
comlipy/lib/rules/type_min_length.py
comlipy/tests/__init__.py
comlipy/tests/lib/__init__.py
comlipy/tests/lib/test_ensure.py
comlipy/tests/lib/test_rule_checker.py