.cfmrc
LICENSE
MANIFEST.in
README.md
cfm.py
pyproject.toml
requirements.txt
rules-index.json
setup.py
.github/workflows/codefixit.yml
.github/workflows/python-publish.yml
.github/workflows/release.yml
cfm/__init__.py
cfm/cli.py
cfm/engine/__init__.py
cfm/engine/filewalker.py
cfm/engine/transformer.py
cfm/utils/__init__.py
cfm/utils/config.py
cfm/utils/generator.py
cfm/utils/htmlreport.py
cfm/utils/installer.py
cfm/utils/publish.py
cfm/utils/registry.py
cfm/utils/ruleloader.py
cfm/utils/scaffold.py
cfm/utils/testrunner.py
cfm/utils/validator.py
cfm/utils/vscode.py
cfm/utils/watcher.py
codefixit_manager.egg-info/PKG-INFO
codefixit_manager.egg-info/SOURCES.txt
codefixit_manager.egg-info/dependency_links.txt
codefixit_manager.egg-info/entry_points.txt
codefixit_manager.egg-info/requires.txt
codefixit_manager.egg-info/top_level.txt
docs/index.md
rules/cpp/qt5to6.json
tests/test_transformer.py
tests/fixtures/input_sample.cpp_