.gitignore
.strictacode.yml
README.md
mkdocs.yml
pyproject.toml
.github/actions/analyze/action.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/new_version.yml
.github/workflows/notify.yml
.github/workflows/publish.yml
.github/workflows/strictacode.yml
.github/workflows/tests.yml
.gitlab/templates/strictacode.yml
.qarium/ai/employees/developer.md
.qarium/ai/employees/devops.md
.qarium/ai/employees/lead.md
.qarium/ai/employees/qa.md
.qarium/ai/employees/tech-writer.md
docs/ci.md
docs/cli-reference.md
docs/configuration.md
docs/examples.md
docs/getting-started.md
docs/index.md
docs/installation.md
docs/interpretation.md
docs/metrics.md
docs/report-fields.md
docs/overrides/main.html
strictacode/__init__.py
strictacode/__main__.py
strictacode/analyzer.py
strictacode/config.py
strictacode/constants.py
strictacode/graph.py
strictacode/loader.py
strictacode/skill.py
strictacode/source.py
strictacode/statistics.py
strictacode/threshold.py
strictacode/utils.py
strictacode.egg-info/PKG-INFO
strictacode.egg-info/SOURCES.txt
strictacode.egg-info/dependency_links.txt
strictacode.egg-info/entry_points.txt
strictacode.egg-info/requires.txt
strictacode.egg-info/top_level.txt
strictacode/calc/__init__.py
strictacode/calc/complexity.py
strictacode/calc/score.py
strictacode/calc/pressure/__init__.py
strictacode/calc/pressure/overengineering.py
strictacode/calc/pressure/refactoring.py
strictacode/go/__init__.py
strictacode/go/analyzer.py
strictacode/go/collector.py
strictacode/go/loader.py
strictacode/js/__init__.py
strictacode/js/analyzer.py
strictacode/js/collector.py
strictacode/js/loader.py
strictacode/kotlin/__init__.py
strictacode/kotlin/analyzer.py
strictacode/kotlin/collector.py
strictacode/kotlin/constants.py
strictacode/kotlin/loader.py
strictacode/kotlin/tools.py
strictacode/py/__init__.py
strictacode/py/analyzer.py
strictacode/py/collector.py
strictacode/py/loader.py
strictacode/reporters/__init__.py
strictacode/reporters/diff.py
strictacode/reporters/result.py
strictacode/swift/__init__.py
strictacode/swift/analyzer.py
strictacode/swift/collector.py
strictacode/swift/constants.py
strictacode/swift/loader.py
strictacode/swift/tools.py
tests/__init__.py
tests/conftest.py
tests/test_analyzer.py
tests/test_config.py
tests/test_graph.py
tests/test_loader.py
tests/test_score.py
tests/test_source.py
tests/test_statistics.py
tests/test_threshold.py
tests/test_utils.py
tests/calc/__init__.py
tests/calc/test_complexity.py
tests/calc/test_overengineering.py
tests/calc/test_refactoring.py
tests/calc/test_score.py
tests/cli/__init__.py
tests/cli/test_cli.py
tests/go/test_go_analyzer_integration.py
tests/go/test_go_collector_integration.py
tests/go/test_go_loader.py
tests/js/test_js_analyzer_integration.py
tests/js/test_js_collector_integration.py
tests/js/test_js_loader.py
tests/kotlin/test_kotlin_analyzer_integration.py
tests/kotlin/test_kotlin_collector_integration.py
tests/kotlin/test_kotlin_loader.py
tests/kotlin/test_kotlin_tools.py
tests/loaders/__init__.py
tests/py/test_py_analyzer_imports.py
tests/py/test_py_analyzer_type_usage.py
tests/py/test_py_loader.py
tests/py/test_py_usage_integration.py
tests/reporters/__init__.py
tests/reporters/test_diff.py
tests/reporters/test_result.py
tests/swift/__init__.py
tests/swift/test_swift_analyzer.py
tests/swift/test_swift_collector.py
tests/swift/test_swift_loader.py
tests/swift/test_swift_tools.py