LICENSE
MANIFEST.in
README.md
setup.py
bash-complete/colin
colin/__init__.py
colin/version.py
colin.egg-info/PKG-INFO
colin.egg-info/SOURCES.txt
colin.egg-info/dependency_links.txt
colin.egg-info/entry_points.txt
colin.egg-info/requires.txt
colin.egg-info/top_level.txt
colin/checks/__init__.py
colin/checks/best_practices.fmf
colin/checks/best_practices.py
colin/checks/deprecated_labels.fmf
colin/checks/deprecated_labels.py
colin/checks/dockerfile.fmf
colin/checks/dockerfile.py
colin/checks/dynamic.fmf
colin/checks/dynamic.py
colin/checks/labels.fmf
colin/checks/labels.py
colin/checks/.fmf/version
colin/cli/__init__.py
colin/cli/colin.py
colin/cli/default_group.py
colin/core/__init__.py
colin/core/check_runner.py
colin/core/colin.py
colin/core/constant.py
colin/core/exceptions.py
colin/core/fmf_extension.py
colin/core/loader.py
colin/core/result.py
colin/core/target.py
colin/core/checks/__init__.py
colin/core/checks/abstract_check.py
colin/core/checks/check_utils.py
colin/core/checks/cmd.py
colin/core/checks/dockerfile.py
colin/core/checks/envs.py
colin/core/checks/filesystem.py
colin/core/checks/fmf_check.py
colin/core/checks/images.py
colin/core/checks/labels.py
colin/core/ruleset/__init__.py
colin/core/ruleset/loader.py
colin/core/ruleset/ruleset.py
colin/utils/__init__.py
colin/utils/caching_iterable.py
colin/utils/cmd_tools.py
colin/utils/cont.py
docs/asciinema.cast
docs/conf.py
docs/example.gif
docs/index.rst
docs/list_of_checks.rst
docs/python_api.rst
rulesets/default.json
rulesets/fedora.json
tests/__init__.py
tests/conftest.py
tests/data/Dockerfile
tests/data/Dockerfile-bash
tests/data/Dockerfile-ls
tests/data/Dockerfile-parent
tests/data/lol-ruleset.json
tests/data/lol-ruleset.yaml
tests/data/a_check/__init__.py
tests/data/a_check/another_checks.py
tests/data/files/usage
tests/integration/__init__.py
tests/integration/test_cont.py
tests/integration/test_dockerfile.py
tests/integration/test_dynamic_checks.py
tests/integration/test_fs_checks.py
tests/integration/test_labels.py
tests/integration/test_ruleset_file.py
tests/integration/test_targets.py
tests/unit/__init__.py
tests/unit/test_cli.py
tests/unit/test_image_name.py
tests/unit/test_loader.py
tests/unit/test_ruleset.py
tests/unit/test_utils.py