LICENSE
README.md
pyproject.toml
src/scitexlintr/__init__.py
src/scitexlintr/__main__.py
src/scitexlintr/_doc.py
src/scitexlintr/_engine.py
src/scitexlintr/_finding.py
src/scitexlintr/_manifest.py
src/scitexlintr/_parser.py
src/scitexlintr/_waivers.py
src/scitexlintr/cli.py
src/scitexlintr.egg-info/PKG-INFO
src/scitexlintr.egg-info/SOURCES.txt
src/scitexlintr.egg-info/dependency_links.txt
src/scitexlintr.egg-info/entry_points.txt
src/scitexlintr.egg-info/requires.txt
src/scitexlintr.egg-info/top_level.txt
src/scitexlintr/_rules/__init__.py
src/scitexlintr/_rules/_base.py
src/scitexlintr/_rules/bare_generated_macro.py
src/scitexlintr/_rules/forbidden_alias.py
src/scitexlintr/_rules/handwritten_numeric_claim.py
src/scitexlintr/_rules/overloaded_term_no_warning.py
src/scitexlintr/_rules/raw_generated_value.py
src/scitexlintr/_rules/snapshot_mismatch.py
src/scitexlintr/_rules/thresholds.py
src/scitexlintr/_rules/unfingerprinted_figure.py
src/scitexlintr/_rules/unsourced_numeric_token.py
tests/test_apply_fixes.py
tests/test_bare_generated_macro.py
tests/test_corpus.py
tests/test_encoding.py
tests/test_forbidden_alias.py
tests/test_handwritten_numeric_claim.py
tests/test_macro_name_transform.py
tests/test_overloaded_term.py
tests/test_parser.py
tests/test_raw_generated_value.py
tests/test_snapshot_mismatch.py
tests/test_thresholds.py
tests/test_unfingerprinted_figure.py
tests/test_unsourced_numeric_token.py
tests/test_waivers.py