LICENSE
README.md
pyproject.toml
src/noellipsis/__init__.py
src/noellipsis/__main__.py
src/noellipsis/cli.py
src/noellipsis/compare.py
src/noellipsis/config.py
src/noellipsis/formatters.py
src/noellipsis/git.py
src/noellipsis/lex.py
src/noellipsis/models.py
src/noellipsis/scanner.py
src/noellipsis.egg-info/PKG-INFO
src/noellipsis.egg-info/SOURCES.txt
src/noellipsis.egg-info/dependency_links.txt
src/noellipsis.egg-info/entry_points.txt
src/noellipsis.egg-info/requires.txt
src/noellipsis.egg-info/top_level.txt
src/noellipsis/rules/__init__.py
src/noellipsis/rules/catalog.py
src/noellipsis/rules/generic_rules.py
src/noellipsis/rules/markdown_rules.py
src/noellipsis/rules/placeholders.py
src/noellipsis/rules/python_rules.py
tests/test_action_runner.py
tests/test_bloodhound_regressions.py
tests/test_cli_option_placement.py
tests/test_compare.py
tests/test_config_file.py
tests/test_coverage_gaps.py
tests/test_evals.py
tests/test_fixtures_manifest.py
tests/test_formatters_cli.py
tests/test_git.py
tests/test_lex_properties.py
tests/test_lex_regions.py
tests/test_precommit_hook.py
tests/test_render_release_notes.py
tests/test_rules.py
tests/test_rules_cmd.py
tests/test_sarif.py
tests/test_scanner_examples.py
tests/test_suppression_config.py