LICENSE
README.md
pyproject.toml
setup.py
cgull/__init__.py
cgull/__main__.py
cgull/ast_analyzer.py
cgull/baseline.py
cgull/cfg.py
cgull/cli.py
cgull/config.py
cgull/engine.py
cgull/ignore.py
cgull/models.py
cgull/reporter.py
cgull/utils.py
cgull.egg-info/PKG-INFO
cgull.egg-info/SOURCES.txt
cgull.egg-info/dependency_links.txt
cgull.egg-info/entry_points.txt
cgull.egg-info/requires.txt
cgull.egg-info/top_level.txt
cgull/rules/__init__.py
cgull/rules/banned_functions.py
cgull/rules/base.py
cgull/rules/crypto_and_safety.py
cgull/rules/memory_management.py
cgull/rules/misra_and_style.py
cgull/rules/types_and_arrays.py
tests/__init__.py
tests/conftest.py
tests/run_corpus.py
tests/test_ast_analyzer.py
tests/test_baseline.py
tests/test_cfg_dataflow.py
tests/test_cli.py
tests/test_config.py
tests/test_corpus.py
tests/test_engine.py
tests/test_ignore.py
tests/test_models.py
tests/test_naked_control_flow.py
tests/test_reporter.py
tests/test_rules_comprehensive.py
tests/test_scanner.py
tests/test_setup.py
tests/test_utils.py