LICENSE
README.md
pyproject.toml
src/failroute/__init__.py
src/failroute/__main__.py
src/failroute/analyzer.py
src/failroute/cli.py
src/failroute/config.py
src/failroute/ir.py
src/failroute/py.typed
src/failroute/sarif.py
src/failroute.egg-info/PKG-INFO
src/failroute.egg-info/SOURCES.txt
src/failroute.egg-info/dependency_links.txt
src/failroute.egg-info/entry_points.txt
src/failroute.egg-info/requires.txt
src/failroute.egg-info/top_level.txt
src/failroute/rules/__init__.py
src/failroute/rules/_shared.py
src/failroute/rules/implicit_fallback.py
src/failroute/rules/masked_exception.py
src/failroute/rules/name_shadowing.py
src/failroute/rules/no_action.py
src/failroute/rules/silent_fallback.py
src/failroute/rules/silent_suppress.py
tests/test_analyzer.py
tests/test_api.py
tests/test_benchmark.py
tests/test_boundaries.py
tests/test_cli.py
tests/test_config.py
tests/test_f1_fixes.py
tests/test_f2_decisions.py
tests/test_implicit_fallback.py
tests/test_lint_mapping.py
tests/test_logger_heuristic.py
tests/test_release_consistency.py
tests/test_sarif.py
tests/test_semantics.py